16 bits for each of the Red, Green and Blue components.
More...
#include <maxcolors.h>
|
constexpr | Color48 (uint16_t vr=0, uint16_t vg=0, uint16_t vb=0) |
|
|
uint16_t | r |
|
uint16_t | g |
|
uint16_t | b |
|
16 bits for each of the Red, Green and Blue components.
- See also
- Structure Color24, Structure Color64.
◆ Color48()
constexpr Color48 |
( |
uint16_t |
vr = 0 , |
|
|
uint16_t |
vg = 0 , |
|
|
uint16_t |
vb = 0 |
|
) |
| |
|
inlineconstexpr |
40 {
41 }
uint16_t b
Definition: maxcolors.h:42
uint16_t r
Definition: maxcolors.h:42
uint16_t g
Definition: maxcolors.h:42