struct RGB
- RGB
- Struct
- Value
- Object
Defined in:
cryboy/ppu.crConstructors
- .from_bgr16(bgr : UInt16, should_convert : Bool) : RGB
- .new(red : UInt8, green : UInt8, blue : UInt8)
- .new(grey : UInt8)
Instance Method Summary
- #blue : UInt8
- #blue=(blue : UInt8)
- #convert_from_cgb : RGB
- #green : UInt8
- #green=(green : UInt8)
- #red : UInt8
- #red=(red : UInt8)