Helper class.
More...
|
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] |
|
◆ __init__()
def gepetto.corbaserver.Color.__init__ |
( |
|
self | ) |
|
◆ __getitem__()
def gepetto.corbaserver.Color.__getitem__ |
( |
|
self, |
|
|
|
i |
|
) |
| |
◆ black
list gepetto.corbaserver.Color.black = [0.0,0.0,0.0,1.0] |
|
static |
◆ blue
list gepetto.corbaserver.Color.blue = [0.0,0.0,1.0,1.0] |
|
static |
◆ brown
list gepetto.corbaserver.Color.brown = [0.85,0.75,0.15,1.0] |
|
static |
◆ colors
gepetto.corbaserver.Color.colors |
◆ green
list gepetto.corbaserver.Color.green = [0.0,1.0,0.0,1.0] |
|
static |
◆ grey
list gepetto.corbaserver.Color.grey = [0.7,0.7,0.7,1.0] |
|
static |
◆ lightBlack
list gepetto.corbaserver.Color.lightBlack = [0.1,0.1,0.1,1.0] |
|
static |
◆ lightBlue
list gepetto.corbaserver.Color.lightBlue = [0.0,0.0,0.9,1.0] |
|
static |
◆ lightBrown
list gepetto.corbaserver.Color.lightBrown = [0.75,0.65,0.10,1.0] |
|
static |
◆ lightGreen
list gepetto.corbaserver.Color.lightGreen = [0.0,0.9,0.0,1.0] |
|
static |
◆ lightGrey
list gepetto.corbaserver.Color.lightGrey = [0.7,0.7,0.7,0.7] |
|
static |
◆ lightRed
list gepetto.corbaserver.Color.lightRed = [0.9,0.0,0.0,1.0] |
|
static |
◆ lightWhite
list gepetto.corbaserver.Color.lightWhite = [0.9,0.9,0.9,1.0] |
|
static |
◆ lightYellow
list gepetto.corbaserver.Color.lightYellow = [0.9,0.9,0.0,1.0] |
|
static |
◆ red
list gepetto.corbaserver.Color.red = [1.0,0.0,0.0,1.0] |
|
static |
◆ white
list gepetto.corbaserver.Color.white = [1.0,1.0,1.0,1.0] |
|
static |
◆ yellow
list gepetto.corbaserver.Color.yellow = [1.0,1.0,0.0,1.0] |
|
static |
The documentation for this class was generated from the following file: