Robotran C Documentation
Macros | Enumerations
color_sdl.h File Reference

colors description, used for the SDL plots More...

Go to the source code of this file.

Macros

#define NB_COLORS_SDL   12
 number of colors available to the user More...
 
#define NB_COLORS_TOT_SDL   15
 total number of colors More...
 
#define NB_COLORS_INIT_SDL   3
 number of initial colors (not available to the user) More...
 

Enumerations

enum  {
  WHITE_SDL, BLACK_SDL, LIGHT_GRAY_SDL, BLUE_SDL,
  RED_SDL, DARK_GREEN_SDL, PURPLE_SDL, TURQUOISE_SDL,
  ORANGE_SDL, LIGHT_BLUE_SDL, PINK_SDL, LIGHT_GREEN_SDL,
  DARK_YELLOW_SDL, YELLOW_SDL, GREEN_SDL
}
 

Detailed Description

colors description, used for the SDL plots

Author
Nicolas Van der Noot

Macro Definition Documentation

◆ NB_COLORS_INIT_SDL

#define NB_COLORS_INIT_SDL   3

number of initial colors (not available to the user)

◆ NB_COLORS_SDL

#define NB_COLORS_SDL   12

number of colors available to the user

◆ NB_COLORS_TOT_SDL

#define NB_COLORS_TOT_SDL   15

total number of colors

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
WHITE_SDL 
BLACK_SDL 
LIGHT_GRAY_SDL 
BLUE_SDL 
RED_SDL 
DARK_GREEN_SDL 
PURPLE_SDL 
TURQUOISE_SDL 
ORANGE_SDL 
LIGHT_BLUE_SDL 
PINK_SDL 
LIGHT_GREEN_SDL 
DARK_YELLOW_SDL 
YELLOW_SDL 
GREEN_SDL