Module colors

Module colors 

Source
Expand description

Types for the [Colours] section.

Structs§

Color
Basic RGBA color.
Colors
Struct containing all data from a .osu file’s [Colours] section.
CustomColor
A combination of a Color and a name.

Enums§

ColorsKey
All valid keys within a .osu file’s [Colours] section
ParseColorsError
All the ways that parsing a .osu file into Colors can fail.

Type Aliases§

ColorsState
The parsing state for Colors in DecodeBeatmap.