GrayAlpha16
Functions
GrayAlpha16 |
|
GrayAlpha16 |
|
bool | operator== |
bool | operator!= |
Detailed Description
-
struct
GrayAlpha16
A gray color with an alpha , where each channel is in discrete [0, 255] space.
Public Functions
-
GrayAlpha16
() = default
-
inline
GrayAlpha16
(uint8_t gray, uint8_t alpha)
-
inline bool
operator==
(GrayAlpha16 const &that) const
-
inline bool
operator!=
(GrayAlpha16 const &that) const
-