Method: Gosu::Color#alpha

Defined in:
rdoc/gosu.rb

#alphaInteger

Returns the color’s alpha channel.

Returns:

  • (Integer)

    the color’s alpha channel.



127
128
129
# File 'rdoc/gosu.rb', line 127

def alpha
  @alpha
end