ColorGradingSettings class
Color grading applied to the linear HDR scene color, before exposure and tone mapping.
The defaults are neutral: with enabled off, or every field left at its default, the image is unchanged.
Constructors
Properties
- brightness ↔ double
-
Overall color multiplier.
1.0is neutral.getter/setter pair - contrast ↔ double
-
Contrast around mid-gray.
1.0is neutral. Higher values raise contrast, lower values flatten it.getter/setter pair - enabled ↔ bool
-
Whether color grading runs. Off by default.
getter/setter pair
- gain ↔ Vector3
-
Per-channel highlight scale (gain).
(1, 1, 1)is neutral.getter/setter pair - gamma ↔ Vector3
-
Per-channel midtone power (gamma).
(1, 1, 1)is neutral.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- lift ↔ Vector3
-
Per-channel shadow offset (lift).
(0, 0, 0)is neutral.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saturation ↔ double
-
Color saturation.
1.0is neutral,0.0is grayscale, higher values are more saturated.getter/setter pair - temperature ↔ double
-
White-balance temperature, from
-1to1. Positive is warmer (more red, less blue), negative is cooler.getter/setter pair - tint ↔ double
-
White-balance tint, from
-1to1. Positive adds green, negative adds magenta.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited