I'm a doctor, not a mechanic

Legacy:Palette

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT :: Object (UT) >> Palette (Package: Engine)
UT2003 :: Object >> Palette (Package: Engine)

A collection of 256 colors that make up a color table used by bitmaps.

Can't be created or modified and can't be accessed directly in UT's UnrealScript since it uses a dynamic array. (UT2003 should be able to access it though.)

Properties[edit]

array<Color> Colors (native, const) 
The colors stored in this palette.

Related Classes[edit]