DotNetNuke.Services.GeneratedImage.ImageQuantization.Quantizer.Color32

Namespace: DotNetNuke.Services.GeneratedImage.ImageQuantization
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public Color32(
	IntPtr pSourcePixel
)
Visual Basic
Public Sub New ( 
	pSourcePixel As IntPtr
)

Parameters

pSourcePixel
Type: System..::..IntPtr
parampSourcePixelM:DotNetNuke.Services.GeneratedImage.ImageQuantization.Quantizer.Color32.#ctor(System.IntPtr)

See Also