MilStd2525CColorScheme Enumeration
Specifies the colors that are used for hostile, friend, neutral and unknown symbols.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CETactical assembly)
Syntax
public enum MilStd2525CColorScheme
Values
Value name | Value | Description | |
---|---|---|---|
Light | 0 |
Hostile: rgb(255,128,128) | |
Medium | 1 |
Hostile: rgb(255,48,49) | |
Dark | 2 |
Hostile: rgb(200,0,0) | |
Custom | 3 | The custom color scheme allows you to override the predefined colors with your own. |
Platforms
Windows, Linux, Android