xine-lib 1.2.11
Variables
graphic.c File Reference
#include "goom_graphic.h"

Variables

const Color BLACK = { 0, 0, 0 }
 
const Color WHITE = { 0xff, 0xff, 0xff }
 
const Color RED = { 0xff, 0x05, 0x05 }
 
const Color GREEN = { 0x05, 0xff, 0x05 }
 
const Color BLUE = { 0x05, 0x05, 0xff }
 
const Color YELLOW = { 0xff, 0xff, 0x33 }
 
const Color ORANGE = { 0xff, 0xcc, 0x05 }
 
const Color VIOLET = { 0x55, 0x05, 0xff }
 

Variable Documentation

◆ BLACK

const Color BLACK = { 0, 0, 0 }

Referenced by goom_update().

◆ BLUE

const Color BLUE = { 0x05, 0x05, 0xff }

◆ GREEN

const Color GREEN = { 0x05, 0xff, 0x05 }

◆ ORANGE

const Color ORANGE = { 0xff, 0xcc, 0x05 }

Referenced by goom_update().

◆ RED

const Color RED = { 0xff, 0x05, 0x05 }

◆ VIOLET

const Color VIOLET = { 0x55, 0x05, 0xff }

Referenced by goom_update().

◆ WHITE

const Color WHITE = { 0xff, 0xff, 0xff }

Referenced by goom_update(), and pointFilter().

◆ YELLOW

const Color YELLOW = { 0xff, 0xff, 0x33 }

Referenced by goom_update().