UIColor
Revision as of 15:52, 15 April 2022 by Ihatecompvir (talk | contribs) (Created page with "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: </br> <q>Just a color, used by UI components.</q> ==Structure== {| class="wikitable" !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...")
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. |