Module Spyder :: Class Color
[hide private]
[frames] | no frames]

Class Color

source code

object --+
         |
        Color

Spyder-generated class

module tarantula

file /home/sjoerd/Spyder-devel/tarantula/material.spy

Wiki

http://www.spyderware.nl/wiki/classes/Color

Validate block

>>>            
assert r >= 0 and r <= 255
assert g >= 0 and g <= 255
assert b >= 0 and b <= 255               
>>>
Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
Integer r
Integer g
Integer b
Properties [hide private]

Inherited from object: __class__