Click or drag to resize

Color Constructor (Int32)

Constructs a color from a 32-bit integer in RGBA format (each byte represents a color channel).

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

Parameters

rgba
Type: SystemInt32
The int representing the color.
See Also