Returns a new instance of Color.
Overloads:
Parameters:
an integer of the form 0xAARRGGBB.
the color’s alpha channel in the range [0; 255].
the color’s red channel in the range [0; 255].
the color’s green channel in the range [0; 255].
the color’s blue channel in the range [0; 255].
See Also:
169
# File 'rdoc/gosu.rb', line 169 def initialize(*args); end