Method: Gosu::Color.argb

Defined in:
rdoc/gosu.rb

.argb(argb) ⇒ Color .argb(a, r, g, b) ⇒ Color

This method is equivalent to calling Color.new, but the name makes the parameter order explicit.

Returns:

  • (Color)

    a new instance of Color

See Also:



195
# File 'rdoc/gosu.rb', line 195

def self.argb(*args); end