2.6. ColorParameters¶
2.6.1. Synopsis¶
2.6.1.2. Properties¶
- property colorspace [read-write] of Colorspace
- property conversion [read-write] of ColorConversion
- property gamma [read-write] of float
- property log_reference_black [read-write] of float
- property log_reference_white [read-write] of float
- property offset [read-write] of float
- property softclip [read-write] of float
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: PyObject
- ColorParameters.__ne__(color_parameters)¶
Return type: PySide.QtCore.bool
- ColorParameters.__eq__(color_parameters)¶
Return type: PySide.QtCore.bool
- ColorParameters.colorspace¶
Type: mocha.project.Colorspace Access: read-write Provides access to colorspace value.
- ColorParameters.conversion¶
Type: mocha.project.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.