Struct Quantizer.Color32
Inherited Members
Namespace: DotNetNuke.Services.GeneratedImage.ImageQuantization
Assembly: DotNetNuke.dll
Syntax
public struct Quantizer.Color32
Constructors
Color32(IntPtr)
Declaration
public Color32(IntPtr pSourcePixel)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | pSourcePixel |
Fields
ARGB
Declaration
public int ARGB
Field Value
| Type | Description |
|---|---|
| int |
Alpha
Declaration
public byte Alpha
Field Value
| Type | Description |
|---|---|
| byte |
Blue
Declaration
public byte Blue
Field Value
| Type | Description |
|---|---|
| byte |
Green
Declaration
public byte Green
Field Value
| Type | Description |
|---|---|
| byte |
Red
Declaration
public byte Red
Field Value
| Type | Description |
|---|---|
| byte |
Properties
Color
Declaration
public Color Color { get; }
Property Value
| Type | Description |
|---|---|
| Color |