Color Table (colo) - Completed

Post Reply
User avatar
Grimdoomer
Admin
Posts: 1835
Joined: Sun Dec 09, 2007 9:09 pm

Color Table (colo) - Completed

Post by Grimdoomer »

Overview
Tag - Color Table (colo)
Use - Defines color presets for the UI


Tag Layout

Code: Select all

<Reflexive name="Color Variables" offset="0" chunksize="48">
    <string32 name="Name" offset="0" />
    <float name="Alpha" offset="32" />
    <float name="Red" offset="36" />
    <float name="Green" offset="40" />
    <float name="Blue" offset="44" />
</Reflexive>
Notes:
Don't snort the magic, we need it for the network.
Post Reply