2.6. ColorParameters

2.6.1. Synopsis

2.6.1.1. Functions

2.6.1.2. Properties

2.6.2. Detailed Description

Clip color parameters class.

class mocha.project.ColorParameters([colorspace=LinearColorspace[, conversion=NoneConversion[, offset=0.f[, softclip=0.f[, log_reference_white=685.f[, log_reference_black=0.f[, gamma=1.f]]]]]]])
ColorParameters.__repr__()
Return type

object

ColorParameters.__ne__(color_parameters)
Return type

bool

ColorParameters.__eq__(color_parameters)
Return type

bool

ColorParameters.propertyChanged()
ColorParameters.colorspace
Type

Colorspace

Access

read-write Provides access to colorspace value.

ColorParameters.conversion
Type

ColorConversion

Access

read-write Provides access to color conversion value.

ColorParameters.offset
Type

float

Access

read-write Provides access to log reference offset value.

ColorParameters.softclip
Type

float

Access

read-write Provides access to softclip value.

ColorParameters.log_reference_white
Type

float

Access

read-write Provides access to log reference white value.

ColorParameters.log_reference_black
Type

float

Access

read-write Provides access to log reference black value.

ColorParameters.gamma
Type

float

Access

read-write Provides access to gamma value.