#include <HtmlColor.h>
Public Member Functions | |
HtmlColor (uint32_t color) | |
HtmlColor (const RgbColor &color) | |
HtmlColor () | |
bool | operator== (const HtmlColor &other) const |
bool | operator!= (const HtmlColor &other) const |
template<typename T_HTMLCOLORNAMES > | |
size_t | Parse (const char *name, size_t nameSize) |
template<typename T_HTMLCOLORNAMES > | |
size_t | Parse (const char *name) |
template<typename T_HTMLCOLORNAMES > | |
size_t | Parse (String const &name) |
template<typename T_HTMLCOLORNAMES > | |
size_t | ToString (char *buf, size_t bufSize) const |
size_t | ToNumericalString (char *buf, size_t bufSize) const |
Static Public Member Functions | |
static HtmlColor | BilinearBlend (const HtmlColor &c00, const HtmlColor &c01, const HtmlColor &c10, const HtmlColor &c11, float x, float y) |
Public Attributes | |
uint32_t | Color |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
size_t HtmlColor::ToNumericalString | ( | char * | buf, |
size_t | bufSize | ||
) | const |
|
inline |
uint32_t HtmlColor::Color |