SKPMColor

Undocumented in source.

Constructors

this
this(uint value)
Undocumented in source.

Members

Functions

Alpha
byte Alpha()
Undocumented in source. Be warned that the author may not have intended to support it.
Blue
byte Blue()
Undocumented in source. Be warned that the author may not have intended to support it.
Equals
bool Equals(SKPMColor obj)
Undocumented in source. Be warned that the author may not have intended to support it.
Green
byte Green()
Undocumented in source. Be warned that the author may not have intended to support it.
Red
byte Red()
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.

Static functions

PreMultiply
SKPMColor PreMultiply(SKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
PreMultiply
SKPMColor[] PreMultiply(SKColor[] colors)
Undocumented in source. Be warned that the author may not have intended to support it.
UnPreMultiply
SKColor UnPreMultiply(SKPMColor pmcolor)
Undocumented in source. Be warned that the author may not have intended to support it.
UnPreMultiply
SKColor[] UnPreMultiply(SKPMColor[] pmcolors)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta