- get
RGBA get()
Undocumented in source. Be warned that the author may not have intended to support it.
- getA
ubyte getA()
Undocumented in source. Be warned that the author may not have intended to support it.
- getB
ubyte getB()
Undocumented in source. Be warned that the author may not have intended to support it.
- getG
ubyte getG()
Undocumented in source. Be warned that the author may not have intended to support it.
- getR
ubyte getR()
Undocumented in source. Be warned that the author may not have intended to support it.
- luminance601
float luminance601()
Undocumented in source. Be warned that the author may not have intended to support it.
- luminance709
float luminance709()
Undocumented in source. Be warned that the author may not have intended to support it.
- luminanceAverage
float luminanceAverage()
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
QoiColor opBinary(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
QoiColor opBinary(QoiColor rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- setA
void setA(ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
- setB
void setB(ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- setG
void setG(ubyte g)
Undocumented in source. Be warned that the author may not have intended to support it.
- setR
void setR(ubyte r)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.