Offers utilities to use with the THREE_CHANNEL_PACK enumeration class. More...
Static Public Member Functions | |
static nkMemory::StringView | enumToStringLower (THREE_CHANNEL_PACK value) |
static THREE_CHANNEL_PACK | stringLowerToEnum (nkMemory::StringView value) |
Offers utilities to use with the THREE_CHANNEL_PACK enumeration class.
|
static |
Translates the enumeration value into a lowercase string. For instance, RGB will become "rgb". Any unknown entry will return "unknown".
value | The enumeration value to translate. |
|
static |
Translates a lowercase string into the enumeration value. For instance, "rgb" will return RGB. Any unknown string will return RGB.
value | The string to translate |