Click or drag to resize
ImageHelperQuantizerColor32 Structure
Struct that defines a 32 bpp colour.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public struct Color32

The ImageHelperQuantizerColor32 type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldAlpha
Holds the alpha component of the colour.
Public fieldARGB
Permits the color32 to be treated as an int32.
Public fieldBlue
Holds the blue component of the colour.
Public fieldGreen
Holds the green component of the colour.
Public fieldRed
Holds the red component of the colour.
Top
Properties
  NameDescription
Public propertyColor
Returns the color for this Color32 object.
Top
Remarks
This struct is used to read data from a 32 bits per pixel image in memory, and is ordered in this manner as this is the way that the data is layed out in memory
See Also