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(Color24 const &c, uint8_t _a=255) (defined in Color32) | Color32 | explicit |
| Color32(Color3< T > const &c, T _a=1) (defined in Color32) | Color32 | explicit |
| Color32(Color4< T > const &c) (defined in Color32) | Color32 | explicit |
| g (defined in Color32) | Color32 | |
| GetValue(uint8_t *v) const | Color32 | |
| Gray() const (defined in Color32) | Color32 | |
| IsBlack() const | Color32 | |
| Max() const (defined in Color32) | Color32 | |
| Min() const (defined in Color32) | Color32 | |
| operator!=(Color32 const &c) const (defined in Color32) | Color32 | |
| operator<(Color32 const &c) const (defined in Color32) | Color32 | |
| operator<=(Color32 const &c) const (defined in Color32) | Color32 | |
| operator==(Color32 const &c) const (defined in Color32) | 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 (defined in Color32) | Color32 | |
| ToByte(T r) | Color32 | protectedstatic |
| ToColor() const (defined in Color32) | Color32 | |
| ToColorA() const (defined in Color32) | Color32 | |
| White(uint8_t alpha=255) | Color32 | static |