34#include <NDEVR/Color.h>
35#include <NDEVR/BaseValues.h>
ACI colors are the standard colors used in AutoCAD-based products. Each color is identified by an ACI...
Definition ACIColor.h:58
static const uint01 ASI_RED
Definition ACIColor.h:79
ACIColor()
Definition ACIColor.h:60
TranslatedString getName() const
ACIColor(const LABColor &)
static const uint01 ASI_GREEN
Definition ACIColor.h:81
RGBColor getRBGAColor() const
ACIColor(const XYZColor &)
static const uint01 ASI_WHITE
Definition ACIColor.h:85
static const uint01 ASI_YELLOW
Definition ACIColor.h:80
constexpr ACIColor(uint01 color)
Definition ACIColor.h:63
static const uint01 ASI_TEAL
Definition ACIColor.h:82
static const uint01 ASI_BLACK
Definition ACIColor.h:78
static const uint01 ASI_BLUE
Definition ACIColor.h:83
static const uint01 ASI_PURPLE
Definition ACIColor.h:84
ACIColor(const HSBColor &)
ACIColor(const RGBColor &)
ACIColor(const HSLColor &)
uint01 getIndex() const
Definition ACIColor.h:76
The core Color class in the NDEVR API. Colors can be defined in several ways. The ACIColor is compact...
Definition Color.h:41
The HSB (Hue, Saturation, Brightness) color model defines a color space in terms of three constituent...
Definition HSBColor.h:57
The HSL (Hue, Saturation, Luminosity) color model defines a color space in.
Definition HSLColor.h:47
A Lab color space is a color-opponent space with dimension L for luminance and a and b for the color-...
Definition LABColor.h:61
Represents a color in the RGB space with optional alpha transparency.
Definition RGBColor.h:54
The core String class for the NDEVR API.
Definition String.h:69
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
Definition TranslatedString.h:13
In opposition to the previous models, the CIE XYZ model defines an absolute color space....
Definition XYZColor.h:51
uint8_t uint01
-Defines an alias representing a 1 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:80
Defines for a given type (such as sint04, fltp08, UUID, etc) a maximum, minimum, and reserved 'invali...
Definition BaseValues.hpp:233