gepetto-viewer-corba
5.7.0
Corba server for gepetto-viewer
|
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 = [0.9, 0.9, 0.9, 1.0] |
list | green = [0.0, 1.0, 0.0, 1.0] |
list | lightGreen = [0.0, 0.9, 0.0, 1.0] |
list | yellow = [1.0, 1.0, 0.0, 1.0] |
list | lightYellow = [0.9, 0.9, 0.0, 1.0] |
list | blue = [0.0, 0.0, 1.0, 1.0] |
list | lightBlue = [0.0, 0.0, 0.9, 1.0] |
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.0, 1.0] |
list | lightRed = [0.9, 0.0, 0.0, 1.0] |
list | black = [0.0, 0.0, 0.0, 1.0] |
list | lightBlack = [0.1, 0.1, 0.1, 1.0] |
list | brown = [0.85, 0.75, 0.15, 1.0] |
list | lightBrown = [0.75, 0.65, 0.10, 1.0] |
Helper class.
def gepetto.corbaserver.Color.__init__ | ( | self | ) |
def gepetto.corbaserver.Color.__getitem__ | ( | self, | |
i | |||
) |
|
static |
|
static |
|
static |
gepetto.corbaserver.Color.colors |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |