|
gepetto-viewer-corba 6.1.0
Corba server for gepetto-viewer
|
Public Member Functions | |
| __init__ (self) | |
| __getitem__ (self, i) | |
Public Attributes | |
| colors | |
| white | |
| lightWhite | |
| green | |
| lightGreen | |
| yellow | |
| lightYellow | |
| blue | |
| lightBlue | |
| grey | |
| lightGrey | |
| red | |
| lightRed | |
| black | |
| lightBlack | |
| brown | |
| lightBrown | |
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.
| gepetto.corbaserver.Color.__init__ | ( | self | ) |
| gepetto.corbaserver.Color.__getitem__ | ( | self, | |
| i | |||
| ) |
|
static |
| gepetto.corbaserver.Color.black |
|
static |
| gepetto.corbaserver.Color.blue |
|
static |
| gepetto.corbaserver.Color.brown |
| gepetto.corbaserver.Color.colors |
|
static |
| gepetto.corbaserver.Color.green |
|
static |
| gepetto.corbaserver.Color.grey |
|
static |
| gepetto.corbaserver.Color.lightBlack |
|
static |
| gepetto.corbaserver.Color.lightBlue |
|
static |
| gepetto.corbaserver.Color.lightBrown |
|
static |
| gepetto.corbaserver.Color.lightGreen |
|
static |
| gepetto.corbaserver.Color.lightGrey |
|
static |
| gepetto.corbaserver.Color.lightRed |
|
static |
| gepetto.corbaserver.Color.lightWhite |
|
static |
| gepetto.corbaserver.Color.lightYellow |
|
static |
| gepetto.corbaserver.Color.red |
|
static |
| gepetto.corbaserver.Color.white |
|
static |
| gepetto.corbaserver.Color.yellow |