Method: Ray::Effect::Generator#default

Defined in:
lib/ray/effect/generator.rb

#defaultString

Returns Code to ste the default color. It should apply texturing, for example.

Returns:

  • (String)

    Code to ste the default color. It should apply texturing, for example.



75
76
77
# File 'lib/ray/effect/generator.rb', line 75

def default
  @default
end