struct Garnet::Color
- Garnet::Color
- Struct
- Value
- Object
Defined in:
garnet-color.crConstant Summary
-
BLACK =
self.new(0.0_f32, 0.0_f32, 0.0_f32, 1.0_f32)
-
WHITE =
self.new(1.0_f32, 1.0_f32, 1.0_f32, 1.0_f32)
self.new(0.0_f32, 0.0_f32, 0.0_f32, 1.0_f32)
self.new(1.0_f32, 1.0_f32, 1.0_f32, 1.0_f32)