Isle
Loading...
Searching...
No Matches
Tgl::PaletteEntry Struct Reference

[AI] Represents a single color entry in a palette. More...

#include <tgl.h>

Public Attributes

unsigned char m_red
 [AI] Red component. [AI] More...
 
unsigned char m_green
 [AI] Green component. [AI] More...
 
unsigned char m_blue
 [AI] Blue component. [AI] More...
 

Detailed Description

[AI] Represents a single color entry in a palette.

[AI]

[AI] Holds RGB components as unsigned bytes. [AI]

Definition at line 86 of file tgl.h.

Member Data Documentation

◆ m_blue

unsigned char Tgl::PaletteEntry::m_blue

[AI] Blue component. [AI]

Definition at line 89 of file tgl.h.

◆ m_green

unsigned char Tgl::PaletteEntry::m_green

[AI] Green component. [AI]

Definition at line 88 of file tgl.h.

◆ m_red

unsigned char Tgl::PaletteEntry::m_red

[AI] Red component. [AI]

Definition at line 87 of file tgl.h.


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