Click or drag to resize

ColorToAbgr64 Method

Returns the color converted to a 64-bit integer in ABGR format (each word 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 long ToAbgr64()

Return Value

Type: Int64
An int representing this color in ABGR64 format.
See Also