View Source Evision.TonemapMantiuk (Evision v0.1.17)
Link to this section Summary
Types
Type that represents an Evision.TonemapMantiuk
struct.
Link to this section Types
@type t() :: %Evision.TonemapMantiuk{ref: reference()}
Type that represents an Evision.TonemapMantiuk
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
getSaturation
Positional Arguments
- self:
Evision.TonemapMantiuk.t()
Return
- retval:
float
Python prototype (for reference only):
getSaturation() -> retval
getScale
Positional Arguments
- self:
Evision.TonemapMantiuk.t()
Return
- retval:
float
Python prototype (for reference only):
getScale() -> retval
setSaturation
Positional Arguments
- self:
Evision.TonemapMantiuk.t()
- saturation:
float
Python prototype (for reference only):
setSaturation(saturation) -> None
setScale
Positional Arguments
- self:
Evision.TonemapMantiuk.t()
- scale:
float
Python prototype (for reference only):
setScale(scale) -> None