FBPropertyColorAndAlpha Class Reference
#include <mainpage.h>
FBPropertyColorAndAlpha class. Similar in use to FBPropertyColor
# Supported list protocol methods:
len(c)
print c[0]
c[0] = 1.0
- Warning
- Slicing is not supported by this object.
Python Docstring:
__getitem__( (FBPropertyColorAndAlpha)arg1, (object)arg2) -> float
Python Docstring:
Raises an exception
This class cannot be instantiated from Python
Python Docstring:
__len__( (FBPropertyColorAndAlpha)arg1) -> int
Python Docstring:
__repr__( (FBPropertyColorAndAlpha)arg1) -> str
Python Docstring:
__setitem__( (FBPropertyColorAndAlpha)arg1, (object)arg2, (object)arg3) -> None
Python Docstring:
__str__( (FBPropertyColorAndAlpha)arg1) -> object