Link Search Menu Expand Document

Class vcolor

About :

	a color state : it refers a four value tuple : red, green, blue, opacity. Every value betwen 0. and 1.
Class diagram of class of vcolor.

Functions

Function summury
__init__(self, color=(0.0, 0.0, 0.0, 1.0))  
exported(self)  
colorToString(self)  
colorFromString(self, str)  
getcolor(self)  
get_value(self)  
get_value_name(self)  

Methods desciption :

init

def __init__(self, color=(0.0, 0.0, 0.0, 1.0))

exported

def exported(self)

colorToString

def colorToString(self)

colorFromString

def colorFromString(self, str)

getcolor

def getcolor(self)

get_value

def get_value(self)

get_value_name

def get_value_name(self)