Vintasoft.Imaging.ImageColors Namespace (Vintasoft.Imaging)
In This Topic
Contains classes for management of pixel color of image.
Classes
| Class | Description |
 | Argb32Color | Contains information about 32-bit ARGB (alpha, red, green, blue) color. |
 | Argb64Color | Contains information about 64-bit (16-bit per color component) ARGB (alpha, red, green, blue) color. |
 | ColorBase | Provides a base class for classes that contain information about color. |
 | ColorBaseConverter | Converts ColorBase objects from one data type to another. |
 | ColorSphere | Contains information about color sphere in RGB space. |
 | Gray16Color | Contains information about 16-bpp gray color. |
 | Gray8Color | Contains information about 8-bpp gray color. |
 | IndexedColor | Contains information about 8-bpp indexed color. |
 | LabColor | Contains information about Lab color. |
 | Rgb16Color555 | Contains information about 16-bit (5-5-5) RGB (red, green, blue) color. |
 | Rgb16Color565 | Contains information about 16-bit (5-6-5) RGB (red, green, blue) color. |
 | Rgb16ColorBase | Provides a base class for 16-bit RGB (red, green, blue) colors. |
 | Rgb24Color | Contains information about 24-bit RGB (red, green, blue) color. |
 | Rgb48Color | Contains information about 48-bit (16-bit per color component) RGB (red, green, blue) color. |
 | XyzColor | Contains information about XYZ color. |
See Also