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

Definition at line 3 of file graphic.cpp.

Referenced by goom_update().

◆ WHITE

const Color WHITE

Definition at line 4 of file graphic.cpp.

Referenced by goom_update(), and pointFilter().

◆ RED

const Color RED

Definition at line 5 of file graphic.cpp.

◆ BLUE

const Color BLUE

Definition at line 7 of file graphic.cpp.

◆ GREEN

const Color GREEN

Definition at line 6 of file graphic.cpp.

◆ YELLOW

const Color YELLOW

Definition at line 8 of file graphic.cpp.

Referenced by goom_update().

◆ ORANGE

const Color ORANGE

Definition at line 9 of file graphic.cpp.

Referenced by goom_update().

◆ VIOLET

const Color VIOLET

Definition at line 10 of file graphic.cpp.

Referenced by goom_update().