GFXAdjustment
gfx.adjustment.get_saturation
Client
Retrieves the current saturation level of the adjustment post-processing effect
Syntax
local result = gfx.adjustment.get_saturation()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
float | result | Current saturation value |
Examples
engine.print("info", "Current saturation:", gfx.adjustment.get_saturation())