soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SColorParser Class Reference

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.
 

Detailed Description

Parser for color values.

Definition at line 216 of file SNamedValue.h.

Member Function Documentation

◆ GetNullValue()

COLORREF SColorParser::GetNullValue ( )
static

Retrieves the null value for colors.

Returns
Null value for colors.

Definition at line 72 of file SNamedValue.cpp.

◆ ParseValue()

bool SColorParser::ParseValue ( const SStringW & strValue,
COLORREF & value )
static

Parses a string to a color value.

Parameters
strValueString representation of the color.
valueVariable to store the parsed color value.
Returns
TRUE if parsing is successful, FALSE otherwise.

Definition at line 77 of file SNamedValue.cpp.


The documentation for this class was generated from the following files: