MythTV master
Classes | Typedefs | Variables
graphic.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Color
 

Typedefs

using Uint = unsigned int
 

Variables

const Color BLACK
 
const Color WHITE
 
const Color RED
 
const Color BLUE
 
const Color GREEN
 
const Color YELLOW
 
const Color ORANGE
 
const Color VIOLET
 

Typedef Documentation

◆ Uint

using Uint = unsigned int

Definition at line 4 of file graphic.h.

Variable Documentation

◆ BLACK

const Color BLACK
extern

Definition at line 3 of file graphic.cpp.

Referenced by goom_update().

◆ BLUE

const Color BLUE
extern

Definition at line 7 of file graphic.cpp.

◆ GREEN

const Color GREEN
extern

Definition at line 6 of file graphic.cpp.

◆ ORANGE

const Color ORANGE
extern

Definition at line 9 of file graphic.cpp.

Referenced by goom_update().

◆ RED

const Color RED
extern

Definition at line 5 of file graphic.cpp.

◆ VIOLET

const Color VIOLET
extern

Definition at line 10 of file graphic.cpp.

Referenced by goom_update().

◆ WHITE

const Color WHITE
extern

Definition at line 4 of file graphic.cpp.

Referenced by goom_update(), and pointFilter().

◆ YELLOW

const Color YELLOW
extern

Definition at line 8 of file graphic.cpp.

Referenced by goom_update().