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
NDEVR_BASE_API ACIColor(const XYZColor &)
static const uint01 ASI_RED
Definition ACIColor.h:79
ACIColor()
Definition ACIColor.h:60
NDEVR_BASE_API TranslatedString getName() const
NDEVR_BASE_API ACIColor(const HSBColor &)
NDEVR_BASE_API RGBColor getRBGAColor() const
static const uint01 ASI_GREEN
Definition ACIColor.h:81
NDEVR_BASE_API ACIColor(const HSLColor &)
static const uint01 ASI_WHITE
Definition ACIColor.h:85
NDEVR_BASE_API ACIColor(const RGBColor &)
static const uint01 ASI_YELLOW
Definition ACIColor.h:80
NDEVR_BASE_API ACIColor(const LABColor &)
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
uint01 getIndex() const
Definition ACIColor.h:76
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:60
Represents a color in the RGB space with optional alpha transparency.
Definition RGBColor.h:53
The core String class for the software.
Definition String.h:47
Any text displayed to the user should be defined as a TranslatedString which allows the.
Definition TranslatedString.h:13
In opposition to the previous models, the CIE XYZ model defines an absolute color space....
Definition XYZColor.h:50
uint8_t uint01
-Defines an alias representing a 1 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:78
Defines for a given type (such as sint04, fltp08, UUID, etc) a maximum, minimum, and reserved.
Definition BaseValues.hpp:230