2.6. ColorParameters¶
2.6.1. Synopsis¶
2.6.1.1. Functions¶
def
__eq__
(color_parameters)def
__ne__
(color_parameters)def
__repr__
()def
propertyChanged
()
2.6.1.2. Properties¶
property
colorspace
[read-write] of Colorspaceproperty
conversion
[read-write] of ColorConversionproperty
gamma
[read-write] of floatproperty
log_reference_black
[read-write] of floatproperty
log_reference_white
[read-write] of floatproperty
offset
[read-write] of floatproperty
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
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.