Click or drag to resize

ColorToAbgr32 Method

Returns the color converted to a 32-bit integer in ABGR format (each byte represents a color channel). ABGR is the reversed version of the default format.

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

Return Value

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