com.groupdocs.viewer.drawing

The package provides types that replaces platform-specific graphics types like Color.

The main classes and interfaces in this package are:

  • Argb32Color - Represents 32-bit color in ARGB format, with 8 bits per channel (Alpha, Red, Green, Blue).
  • Image2DFormat - Represents a 2D image format \u2014 raster or vector.
  • Rgb24Color - Represents 24-bit color in RGB format, with 8 bits per every channel (Red, Green, Blue). Does not support transparency.

For more details on customizing caching behavior in GroupDocs.Viewer, please refer to the GroupDocs.Viewer Documentation.

Classes

Class Description
Argb32Color Represents 32-bit color in ARGB format, with 8 bits per channel (Alpha, Red, Green, Blue).
Image2DFormat Represents a 2D image format \u2014 raster or vector.
Rgb24Color