The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
Legacy:Palette
From Unreal Wiki, The Unreal Engine Documentation Site
UT :: Object (UT) >> 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.