If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

Palette

From SWRC Wiki
Jump to navigation Jump to search
//=============================================================================
// Palette: A 256-color Unreal palette.
// This is a built-in Unreal class and it shouldn't be modified.
//=============================================================================
class Palette extends Object
	native
	noexport;

var native const array<Color> Colors;


defaultproperties
{
}