Class: RuPov::Textures::Pigments::Checker

Inherits:
ColourList show all
Defined in:
lib/rupov.rb

Instance Attribute Summary

Attributes inherited from Base

#name

Instance Method Summary collapse

Methods inherited from Base

#<<, #to_s

Constructor Details

#initialize(colour1, colour2) ⇒ Checker

Returns a new instance of Checker.



326
327
328
# File 'lib/rupov.rb', line 326

def initialize( colour1, colour2 )
    super( "checker", [colour1,colour2] )
end