#include "namedcolordev.h"
Data Fields | |
uint8 * | name |
size_t | namelen |
float | channels [8] |
A structure to store solid values in the output color space of a single named color entry.
float ncdev_color_t::channels[8] |
Converted color values for each component of the named color.
uint8* ncdev_color_t::name |
Color name, e.g. 'Dark Blue'. Not null-terminated.
size_t ncdev_color_t::namelen |
Length of 'name'.