GeonBit.UI Documentation
ColorInstructionAddCustomColor Method |
Add a custom color we can use in the multicolor paragraph.
You can also override one of the built-in colors.
Namespace: GeonBit.UI.Entities
Assembly: GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)

C#
public static void AddCustomColor( string key, Color color )
Parameters
- key
- Type: SystemString
Color key to use this color. - color
- Type: Color
Color to set.
