Show / Hide Table of Contents

Struct Quantizer.Color32

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS