Click or drag to resize

ColorToRgba64 Method

Returns the color converted to a 64-bit integer in RGBA format (each word represents a color channel). RGBA is Godot's default and recommended format.

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

Return Value

Type: Int64
A long representing this color in RGBA64 format.
See Also