Module Mesh :: Class MCol
[frames | no frames]

Class MCol


The MCol object

This object is four ints representing an RGBA color.
Instance Variable Summary
int a: The Alpha (transparency) component in [0, 255].
int b: The Blue component in [0, 255].
int g: The Green component in [0, 255].
int r: The Red component in [0, 255].

Instance Variable Details

a

The Alpha (transparency) component in [0, 255].
Type:
int

b

The Blue component in [0, 255].
Type:
int

g

The Green component in [0, 255].
Type:
int

r

The Red component in [0, 255].
Type:
int

Generated by Epydoc 2.1 on Thu May 10 20:31:59 2007 http://epydoc.sf.net