struct GL::Color4
- GL::Color4
- Struct
- Value
- Object
Defined in:
sdl_test.crConstructors
Instance Method Summary
- #alpha : Float64
- #alpha=(alpha : Float64)
- #blue : Float64
- #blue=(blue : Float64)
- #green : Float64
- #green=(green : Float64)
-
#inspect
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
- #red : Float64
- #red=(red : Float64)
Constructor Detail
Instance Method Detail
def inspect
#
Description copied from class Object
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
This method should usually not be overridden. It delegates to
#inspect(IO)
which can be overridden for custom implementations.
Also see #to_s
.