Parser for color values. More...
#include <SNamedValue.h>
Static Public Member Functions | |
| static bool | ParseValue (const SStringW &strValue, COLORREF &value) |
| Parses a string to a color value. | |
| static COLORREF | GetNullValue () |
| Retrieves the null value for colors. | |
Parser for color values.
Definition at line 216 of file SNamedValue.h.
|
static |
Retrieves the null value for colors.
Definition at line 72 of file SNamedValue.cpp.
|
static |
Parses a string to a color value.
| strValue | String representation of the color. |
| value | Variable to store the parsed color value. |
Definition at line 77 of file SNamedValue.cpp.