ColorCurves class
class ColorCurves
- Annotations
-
- @JS()
Constructors
Properties
- getColorGradingDataToRef ↔ dynamic
-
getter/setter pair
- globalDensity ↔ num
-
getter/setter pair
- globalExposure ↔ num
-
getter/setter pair
- globalHue ↔ num
-
getter/setter pair
- globalSaturation ↔ num
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- highlightsDensity ↔ num
-
getter/setter pair
- highlightsExposure ↔ num
-
getter/setter pair
- highlightsHue ↔ num
-
getter/setter pair
- highlightsSaturation ↔ num
-
getter/setter pair
- midtonesDensity ↔ num
-
getter/setter pair
- midtonesExposure ↔ num
-
getter/setter pair
- midtonesHue ↔ num
-
getter/setter pair
- midtonesSaturation ↔ num
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadowsDensity ↔ num
-
getter/setter pair
- shadowsExposure ↔ num
-
getter/setter pair
- shadowsHue ↔ num
-
getter/setter pair
- shadowsSaturation ↔ num
-
getter/setter pair
Methods
-
clone(
) → ColorCurves -
getClassName(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- applyColorGradingSliderNonlinear ↔ dynamic
-
getter/setter pair
- clamp ↔ dynamic
-
getter/setter pair
- fromHSBToRef ↔ dynamic
-
getter/setter pair
Static Methods
-
Bind(
ColorCurves colorCurves, Effect effect, [String positiveUniform, String neutralUniform, String negativeUniform]) → void -
Parse(
dynamic source) → ColorCurves -
PrepareUniforms(
List< String> uniformsList) → void