VEX IQ Python API
Static Public Attributes | List of all members
vex.ColorHue Class Reference

Defined color hue values. More...

Inheritance diagram for vex.ColorHue:
vex.Enum

Static Public Attributes

int NONE = 0
 
int RED = 1
 
int RED_ORANGE = 2
 
int ORANGE = 3
 
int YELLOW_ORANGE = 4
 
int YELLOW = 5
 
int YELLOW_GREEN = 6
 
int GREEN = 7
 
int BLUE_GREEN = 8
 
int BLUE = 9
 
int BLUE_VIOLET = 10
 
int VIOLET = 11
 
int RED_VIOLET = 12
 
int WHITE = 13
 

Detailed Description

Defined color hue values.

Member Data Documentation

◆ NONE

int vex.ColorHue.NONE = 0
static

◆ RED

int vex.ColorHue.RED = 1
static

◆ RED_ORANGE

int vex.ColorHue.RED_ORANGE = 2
static

◆ ORANGE

int vex.ColorHue.ORANGE = 3
static

◆ YELLOW_ORANGE

int vex.ColorHue.YELLOW_ORANGE = 4
static

◆ YELLOW

int vex.ColorHue.YELLOW = 5
static

◆ YELLOW_GREEN

int vex.ColorHue.YELLOW_GREEN = 6
static

◆ GREEN

int vex.ColorHue.GREEN = 7
static

◆ BLUE_GREEN

int vex.ColorHue.BLUE_GREEN = 8
static

◆ BLUE

int vex.ColorHue.BLUE = 9
static

◆ BLUE_VIOLET

int vex.ColorHue.BLUE_VIOLET = 10
static

◆ VIOLET

int vex.ColorHue.VIOLET = 11
static

◆ RED_VIOLET

int vex.ColorHue.RED_VIOLET = 12
static

◆ WHITE

int vex.ColorHue.WHITE = 13
static