GroupDocs.Viewer.Drawing
The namespace provides types that replaces platform-specific graphics types like Color.
Classes
Class |
Description |
Rgb24Color.KnownColors |
Contains all “known colors”, that have fixed unique name and value in CSS standart |
Structures
Structure |
Description |
Argb32Color |
Represents 32-bit color in ARGB format, with 8 bits per every channel (Alpha, Red, Green, Blue). Supports transparency. |
Image2DFormat |
Represents most common 2D image formats, supports both raster and vector formats |
Rgb24Color |
Represents 24-bit color in RGB format, with 8 bits per every channel (Red, Green, Blue). Does not support transparency. |