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