LUT

class Draft.LUT

The Draft.LUT class contains Draft’s methods for working with Color Look-Up Tables (LUT). It contains two types of functions: Static functions, and Member functions. Static functions can be invoked without an instance (by calling Draft.LUT.<function name>), whereas Member functions must be invoked from an instance of a Draft.LUT object (by calling <someLUT>.<function name>).

The Static functions are used to create new instances of the Draft.LUT class, whereas the Member functions are used to work with existing instances of the Draft.LUT. The sample code snippets should clarify this distinction function in case you are unsure.

Raises an exception This class cannot be instantiated from Python