gepetto-viewer-corba 5.8.0
Corba server for gepetto-viewer
Loading...
Searching...
No Matches
gepetto.corbaserver.Color Class Reference

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]
 

Detailed Description

Helper class.

Constructor & Destructor Documentation

◆ __init__()

gepetto.corbaserver.Color.__init__ ( self)

Member Function Documentation

◆ __getitem__()

gepetto.corbaserver.Color.__getitem__ ( self,
i )

Member Data Documentation

◆ black [1/2]

list gepetto.corbaserver.Color.black = [0.0, 0.0, 0.0, 1.0]
static

◆ black [2/2]

gepetto.corbaserver.Color.black

◆ blue [1/2]

list gepetto.corbaserver.Color.blue = [0.0, 0.0, 1.0, 1.0]
static

◆ blue [2/2]

gepetto.corbaserver.Color.blue

◆ brown [1/2]

list gepetto.corbaserver.Color.brown = [0.85, 0.75, 0.15, 1.0]
static

◆ brown [2/2]

gepetto.corbaserver.Color.brown

◆ colors

gepetto.corbaserver.Color.colors

◆ green [1/2]

list gepetto.corbaserver.Color.green = [0.0, 1.0, 0.0, 1.0]
static

◆ green [2/2]

gepetto.corbaserver.Color.green

◆ grey [1/2]

list gepetto.corbaserver.Color.grey = [0.7, 0.7, 0.7, 1.0]
static

◆ grey [2/2]

gepetto.corbaserver.Color.grey

◆ lightBlack [1/2]

list gepetto.corbaserver.Color.lightBlack = [0.1, 0.1, 0.1, 1.0]
static

◆ lightBlack [2/2]

gepetto.corbaserver.Color.lightBlack

◆ lightBlue [1/2]

list gepetto.corbaserver.Color.lightBlue = [0.0, 0.0, 0.9, 1.0]
static

◆ lightBlue [2/2]

gepetto.corbaserver.Color.lightBlue

◆ lightBrown [1/2]

list gepetto.corbaserver.Color.lightBrown = [0.75, 0.65, 0.10, 1.0]
static

◆ lightBrown [2/2]

gepetto.corbaserver.Color.lightBrown

◆ lightGreen [1/2]

list gepetto.corbaserver.Color.lightGreen = [0.0, 0.9, 0.0, 1.0]
static

◆ lightGreen [2/2]

gepetto.corbaserver.Color.lightGreen

◆ lightGrey [1/2]

list gepetto.corbaserver.Color.lightGrey = [0.7, 0.7, 0.7, 0.7]
static

◆ lightGrey [2/2]

gepetto.corbaserver.Color.lightGrey

◆ lightRed [1/2]

list gepetto.corbaserver.Color.lightRed = [0.9, 0.0, 0.0, 1.0]
static

◆ lightRed [2/2]

gepetto.corbaserver.Color.lightRed

◆ lightWhite [1/2]

list gepetto.corbaserver.Color.lightWhite = [0.9, 0.9, 0.9, 1.0]
static

◆ lightWhite [2/2]

gepetto.corbaserver.Color.lightWhite

◆ lightYellow [1/2]

list gepetto.corbaserver.Color.lightYellow = [0.9, 0.9, 0.0, 1.0]
static

◆ lightYellow [2/2]

gepetto.corbaserver.Color.lightYellow

◆ red [1/2]

list gepetto.corbaserver.Color.red = [1.0, 0.0, 0.0, 1.0]
static

◆ red [2/2]

gepetto.corbaserver.Color.red

◆ white [1/2]

list gepetto.corbaserver.Color.white = [1.0, 1.0, 1.0, 1.0]
static

◆ white [2/2]

gepetto.corbaserver.Color.white

◆ yellow [1/2]

list gepetto.corbaserver.Color.yellow = [1.0, 1.0, 0.0, 1.0]
static

◆ yellow [2/2]

gepetto.corbaserver.Color.yellow

The documentation for this class was generated from the following file: