utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
Loading...
Searching...
No Matches
utility::graphic::Color< Type > Member List

This is the complete list of members for utility::graphic::Color< Type >, including all inherited members.

_alphautility::graphic::Color< Type >protected
_blueutility::graphic::Color< Type >protected
_greenutility::graphic::Color< Type >protected
_redutility::graphic::Color< Type >protected
alpha01(void) constutility::graphic::Color< Type >inline
blendOver(const Color &background) constutility::graphic::Color< Type >inline
clamp(Type value)utility::graphic::Color< Type >inlineprotectedstatic
clampWide(long long value)utility::graphic::Color< Type >inlineprotectedstatic
Color(void)utility::graphic::Color< Type >inline
Color(Type red, Type green, Type blue)utility::graphic::Color< Type >inline
Color(Type red, Type green, Type blue, Type alpha)utility::graphic::Color< Type >inline
Color(const Color &other)utility::graphic::Color< Type >inline
Color(Color &&other) noexceptutility::graphic::Color< Type >inline
darker(Type factor) constutility::graphic::Color< Type >inline
getAlpha(void) constutility::graphic::Color< Type >inline
getBlue(void) constutility::graphic::Color< Type >inline
getGreen(void) constutility::graphic::Color< Type >inline
getRed(void) constutility::graphic::Color< Type >inline
grayscale(void) constutility::graphic::Color< Type >inline
inverted(void) constutility::graphic::Color< Type >inline
isOpaque(void) constutility::graphic::Color< Type >inline
isTransparent(void) constutility::graphic::Color< Type >inline
lerp(const Color &other, Type t) constutility::graphic::Color< Type >inline
lighter(Type factor) constutility::graphic::Color< Type >inline
maxValue()utility::graphic::Color< Type >inlineprotectedstatic
operator!=(const Color &other) constutility::graphic::Color< Type >inline
operator*(Type scalar) constutility::graphic::Color< Type >inline
operator+(const Color &other) constutility::graphic::Color< Type >inline
operator-(const Color &other) constutility::graphic::Color< Type >inline
operator<(const Color &other) constutility::graphic::Color< Type >inline
operator=(const Color &other)utility::graphic::Color< Type >inline
operator=(Color &&other) noexceptutility::graphic::Color< Type >inline
operator==(const Color &other) constutility::graphic::Color< Type >inline
setAlpha(Type alpha)utility::graphic::Color< Type >inline
setBlue(Type blue)utility::graphic::Color< Type >inline
setGreen(Type green)utility::graphic::Color< Type >inline
setRed(Type red)utility::graphic::Color< Type >inline
setRGBA(Type red, Type green, Type blue, Type alpha)utility::graphic::Color< Type >inline
withAlpha(Type alpha) constutility::graphic::Color< Type >inline
~Color(void)=default (defined in utility::graphic::Color< Type >)utility::graphic::Color< Type >