ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Public Attributes | Properties | List of all members
ImageResizer.Plugins.PrettyGifs.Quantizer.Color32 Struct Reference

Struct that defines a 32 bpp colour More...

Public Member Functions

 Color32 (Color c)
 
 Color32 (IntPtr pSourcePixel)
 

Public Attributes

byte Blue
 Holds the blue component of the colour More...
 
byte Green
 Holds the green component of the colour More...
 
byte Red
 Holds the red component of the colour More...
 
byte Alpha
 Holds the alpha component of the colour More...
 
int ARGB
 Permits the color32 to be treated as an int32 More...
 

Properties

Color Color [get]
 Return the color for this Color32 object More...
 

Detailed Description

Struct that defines a 32 bpp colour

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

Definition at line 544 of file Quantizer.cs.

Member Data Documentation

byte ImageResizer.Plugins.PrettyGifs.Quantizer.Color32.Alpha
int ImageResizer.Plugins.PrettyGifs.Quantizer.Color32.ARGB

Permits the color32 to be treated as an int32

Definition at line 584 of file Quantizer.cs.

byte ImageResizer.Plugins.PrettyGifs.Quantizer.Color32.Blue
byte ImageResizer.Plugins.PrettyGifs.Quantizer.Color32.Green
byte ImageResizer.Plugins.PrettyGifs.Quantizer.Color32.Red

Property Documentation

Color ImageResizer.Plugins.PrettyGifs.Quantizer.Color32.Color
get

Return the color for this Color32 object

Definition at line 590 of file Quantizer.cs.


The documentation for this struct was generated from the following file: