Color32 Member List
This is the complete list of members for Color32, including all inherited members.
a (defined in Color32) | Color32 | |
b (defined in Color32) | Color32 | |
Black(uint8_t alpha=255) | Color32 | static |
Clamp(uint8_t limitMin=0, uint8_t limitMax=255) (defined in Color32) | Color32 | |
ClampInt(int v) | Color32 | protectedstatic |
ClampMax(uint8_t limitMax=255) (defined in Color32) | Color32 | |
ClampMin(uint8_t limitMin=0) (defined in Color32) | Color32 | |
Color32() (defined in Color32) | Color32 | |
Color32(Color32 const &c) (defined in Color32) | Color32 | |
Color32(uint8_t _r, uint8_t _g, uint8_t _b, uint8_t _a=255) (defined in Color32) | Color32 | explicit |
Color32(Color const &c, float _a=1.0f) (defined in Color32) | Color32 | explicit |
Color32(ColorA const &c) (defined in Color32) | Color32 | explicit |
Color32(Color24 const &c, uint8_t _a=255) (defined in Color32) | Color32 | explicit |
FloatToByte(float r) | Color32 | protectedstatic |
g (defined in Color32) | Color32 | |
GetValue(uint8_t *v) const | Color32 | |
Gray() const | Color32 | |
IsBlack() const | Color32 | |
Max() const | Color32 | |
Min() const | Color32 | |
operator!=(Color32 const &c) const (defined in Color32) | Color32 | |
operator==(Color32 const &c) const (defined in Color32) | Color32 | |
operator[](int i) (defined in Color32) | Color32 | |
operator[](int i) const (defined in Color32) | Color32 | |
r (defined in Color32) | Color32 | |
Set(uint8_t _r, uint8_t _g, uint8_t _b, uint8_t _a) | Color32 | |
Set(uint8_t const *v) | Color32 | |
SetBlack(uint8_t _a=255) | Color32 | |
SetWhite(uint8_t _a=255) | Color32 | |
Sum() const | Color32 | |
ToColor() const (defined in Color32) | Color32 | |
ToColorA() const (defined in Color32) | Color32 | |
White(uint8_t alpha=255) | Color32 | static |