Table of Contents

Class ColorConfigDto.LevelColors

Namespace
adas_core.Domain.Models.DTO.Display
Assembly
adas-core.Domain.dll

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

string

Level2

public string? Level2 { get; set; }

Property Value

string

Level3

public string? Level3 { get; set; }

Property Value

string

Level4

public string? Level4 { get; set; }

Property Value

string

Level5

public string? Level5 { get; set; }

Property Value

string