Class ColorConfigDto.LevelColors
Represents a set of colors associated with level rendering or visual state.
public class ColorConfigDto.LevelColors
- Inheritance
-
ColorConfigDto.LevelColors
- Inherited Members
- Extension Methods
Remarks
Used to centralize color definitions related to level display, allowing consistent theming across level-related UI elements.
Properties
Level1
public string? Level1 { get; set; }
Property Value
Level2
public string? Level2 { get; set; }
Property Value
Level3
public string? Level3 { get; set; }
Property Value
Level4
public string? Level4 { get; set; }
Property Value
Level5
public string? Level5 { get; set; }