Click or drag to resize

QuantizerColor32Read Method

Reads a Color32 from a pointer.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static QuantizerColor32 Read(
	IntPtr ptr
)

Parameters

ptr
Type: SystemIntPtr
The pointer.

Return Value

Type: QuantizerColor32
A Color32 instance.
See Also