struct

GBA::BGR16

Inherits Struct < Value < Object

Constructors

new(blue : Number, green : Number, red : Number)

Create a new BGR16 struct with the given values. Trucates at 5 bits.

Source
new(value : UInt16)
Source

Instance methods

*(operand : Number) : BGR16
Source
+(other : BGR16) : BGR16
Source
-(other : BGR16) : BGR16
Source
blue
Source
clone
Source
copy_with(value _value = @value)
Source
green
Source
value