Click or drag to resize

ColorToArgb32 Method

Returns the color converted to a 32-bit integer in ARGB format (each byte represents a color channel). ARGB is more compatible with DirectX, but not used much in Godot.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int ToArgb32()

Return Value

Type: Int32
An int representing this color in ARGB32 format.
See Also