UIColor

From Milo Modding Wiki
Jump to navigation Jump to search

Defines a color used to tint a UI object. Commonly used for tinting labels. First introduced in The Beatles: Rock Band.

Harmonix's description for this is:
Just a color, used by UI components.

Structure

Name Type Size Description
Revision Integer 4 bytes The version of the asset. 0 is the only revision.
Metadata Structure Variable The metadata for the asset (DTB properties, note, etc.)
Red Float 4 bytes The amount of red in the color.
Green Float 4 bytes The amount of green in the color.
Blue Float 4 bytes The amount of blue in the color.
Alpha Float 4 bytes The transparency/alpha channel of the color.