OpenClonk
CStdPalette Struct Reference

#include <StdColors.h>

Public Member Functions

DWORD GetClr (BYTE byCol)
 

Public Attributes

DWORD Colors [256]
 

Detailed Description

Definition at line 184 of file StdColors.h.

Member Function Documentation

◆ GetClr()

DWORD CStdPalette::GetClr ( BYTE  byCol)
inline

Definition at line 188 of file StdColors.h.

189  { return Colors[byCol]; }
DWORD Colors[256]
Definition: StdColors.h:186

References Colors.

Referenced by C4Draw::Blit8Fast(), and C4PXSSystem::Draw().

Here is the caller graph for this function:

Member Data Documentation

◆ Colors


The documentation for this struct was generated from the following file: