PNG::RGB(T)
Inherits PNG::Color / Indexable::Mutable / Indexable / Enumerable / Iterable / Struct / Value / Object
Constructors
new(r : T, g : T, b : T)
Sourcenew(channels : StaticArray(T, N))
SourceClass methods
[](r : T, g : T, b : T)
Sourcecolor_type
Sourcefrom_hsv(hsv : HSV)
SourceInstance methods
b=(value : T)
Sourceg=(value : T)
Sourcer=(value : T)
Sourceto_rgb8
Sourceto_tuple
Sourceto_u16
Sourceto_u32
Sourceto_u8
Source