SymbolColor.md
May 21, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS
SymbolColor Struct
The color assigned to a component or tag via ComponentSymbolAttribute for display in a UI or CLI.
public readonly struct SymbolColor
| Constructors | |
|---|---|
| SymbolColor(byte, byte, byte) | Create a SymbolColor with the specified color components. |
| Fields | |
|---|---|
| b | Gets the blue component value of this Color. |
| g | Gets the green component value of this Color. |
| r | Gets the red component value of this Color. |