OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Data Structures | Namespaces | Functions | Variables
__init__.py File Reference

Go to the source code of this file.

Data Structures

class  GfxNodeListAttrProxy
class  GfxNodeListProxy

Namespaces

namespace  ost::gfx

Functions

def Stereo
def FitToScreen

Variables

tuple WHITE = Color(1.0,1.0,1.0)
tuple BLACK = Color(0.0,0.0,0.0)
tuple GREY = Color(0.5,0.5,0.5)
tuple RED = Color(1.0,0.0,0.0)
tuple DARKRED = Color(0.5,0.0,0.0)
tuple LIGHTRED = Color(1.0,0.5,0.5)
tuple GREEN = Color(0.0,1.0,0.0)
tuple DARKGREEN = Color(0.0,0.5,0.0)
tuple LIGHTGREEN = Color(0.5,1.0,0.5)
tuple BLUE = Color(0.0,0.0,1.0)
tuple DARKBLUE = Color(0.0,0.0,0.5)
tuple LIGHTBLUE = Color(0.5,0.5,1.0)
tuple YELLOW = Color(1.0,1.0,0.0)
tuple DARKYELLOW = Color(0.5,0.5,0.0)
tuple LIGHTYELLOW = Color(1.0,1.0,0.5)
tuple CYAN = Color(0.0,1.0,1.0)
tuple DARKCYAN = Color(0.0,0.5,0.5)
tuple LIGHTCYAN = Color(0.5,1.0,1.0)
tuple MAGENTA = Color(1.0,0.0,1.0)
tuple DARKMAGENTA = Color(0.5,0.0,0.5)
tuple LIGHTMAGENTA = Color(1.0,0.5,1.0)
 PURPLE = MAGENTA
 DARKPURPLE = DARKMAGENTA
 LIGHTPURPLE = LIGHTMAGENTA
tuple ORANGE = Color(1.0,0.5,0.0)
tuple DARKORANGE = Color(0.5,0.25,0.0)
tuple LIGHTORANGE = Color(1.0,0.75,0.5)