GBColor
GBColor
Color representation for settings (engine-agnostic copy of GBColor used in tests).
Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Core.bak_20251214-204814/Resources/ActionLogSettings.cs
Namespace: GridBuilding.Godot.Core.Resources
Kind: struct
Parsing Method: AST-based (Roslyn) - NOT regex
⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.
Properties
R
Red channel (0..1).
G
Green channel (0..1).
B
Blue channel (0..1).
A
Alpha channel (0..1).
LightCoral
Preset light coral color.
LightBlue
Preset light blue color.
White
Preset white color.
Black
Preset black color.
Methods
ToString
Returns a formatted representation of the color.
Returns: string