Helper class. More...
Public Member Functions | |
def | __init__ (self) |
def | __getitem__ (self, i) |
Public Attributes | |
colors | |
Static Public Attributes | |
list | white = [1.0,1.0,1.0,1.0] |
list | lightWhite = [1.0,1.0,1.0,0.5] |
list | green = [0,1,0,1] |
list | lightGreen = [0,1,0,0.5] |
list | yellow = [1,1,0,1] |
list | lightYellow = [1,1,0,0.5] |
list | blue = [0.0, 0.0, 1, 1.0] |
list | lightBlue = [0.0, 0.0, 1, 0.5] |
list | grey = [0.7,0.7,0.7,1.0] |
list | lightGrey = [0.7,0.7,0.7,0.7] |
list | red = [1,0.0,0.0,1.0] |
list | lightRed = [1,0.0,0.0,0.5] |
list | black = [0,0,0,1.0] |
list | lightBlack = [0,0,0,0.5] |
list | brown = [0.85,0.75,0.15,1.0] |
list | lightBrown = [0.85,0.75,0.15,1.0] |
Helper class.
def gepetto.viewer.Color.__init__ | ( | self | ) |
def gepetto.viewer.Color.__getitem__ | ( | self, | |
i | |||
) |
References gepetto.viewer.Color.colors.
|
static |
|
static |
|
static |
gepetto.viewer.Color.colors |
Referenced by gepetto.viewer.Color.__getitem__().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |