QuantizerColor32Read Method |
Reads a Color32 from a pointer.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static QuantizerColor32 Read(
IntPtr ptr
)
Parameters
- ptr
- Type: SystemIntPtr
The pointer.
Return Value
Type:
QuantizerColor32A Color32 instance.
See Also