![]() |
NDEVR
API Documentation
|
Color representation, conversion, and palette classes. More...
Classes | |
| class | ACIColor |
| A color identified by an AutoCAD Color Index (ACI) number from 1 through 255. More... | |
| class | Color |
| The core Color class in the NDEVR API. More... | |
| class | ColorOptions |
| Provides default color resources used throughout the NDEVR API. More... | |
| class | ColorPalettes |
| Provides predefined color palettes for use with materials and data visualization. More... | |
| class | HSBColor |
| A color defined by hue, saturation, and brightness components. More... | |
| class | HSLColor |
| A color defined by hue, saturation, and luminosity components. More... | |
| class | LABColor |
| Forward declaration of the NDEVR translated string class. More... | |
| class | RandomColorGenerator |
| Generates random colors based on configurable hue and luminosity settings. More... | |
| struct | RandomColorOptions |
| Options for configuring random color generation with custom hue and brightness constraints. More... | |
| class | RGBColor |
| Represents a color in the RGB space with optional alpha transparency. More... | |
| class | XYZColor |
| Forward declaration of HSLColor. More... | |
Color representation, conversion, and palette classes.
Classes for working with colors across multiple color spaces (RGB, HSB, HSL, LAB, XYZ, ACI) and generating color palettes for visualization.