Module NMesh :: Class NMCol
[frames | no frames]

Class NMCol


The NMCol object

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

Instance Variable Details

a

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

b

The Blue component in [0, 255].

g

The Green component in [0, 255].

r

The Red component in [0, 255].

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