extends PostEffect
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | ColorCorrectionEffect |
ExplorerOrder | string | 3 |
ExplorerImageIndex | string | 13 |
Browsable | bool | true |
PreferredParent | string | Lighting |
Insertable | bool | true |
summary | string | Adjusts the brightness, contrast, saturation, and tint of the rendered world. |
Properties
4Brightness
float| Field | XML type | Value |
|---|---|---|
Name | string | Brightness |
summary | string | Controls the additive brightness adjustment. |
UIMinimum | string | -1 |
UIMaximum | string | 1 |
Contrast
float| Field | XML type | Value |
|---|---|---|
Name | string | Contrast |
summary | string | Controls the separation between dark and light colors. |
UIMinimum | string | -1 |
UIMaximum | string | 1 |
Saturation
float| Field | XML type | Value |
|---|---|---|
Name | string | Saturation |
summary | string | Controls the intensity of pixel colors. |
UIMinimum | string | -1 |
UIMaximum | string | 1 |
TintColor
Color3| Field | XML type | Value |
|---|---|---|
Name | string | TintColor |
summary | string | Multiplies the red, green, and blue channels by the selected color. |