View Source Evision.XPhoto.TonemapDurand (Evision v0.1.34)
Summary
Functions
getContrast
getSaturation
getSigmaColor
getSigmaSpace
setContrast
setSaturation
setSigmaColor
setSigmaSpace
Types
@type t() :: %Evision.XPhoto.TonemapDurand{ref: reference()}
Type that represents an XPhoto.TonemapDurand
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
getContrast
Positional Arguments
- self:
Evision.XPhoto.TonemapDurand.t()
Return
- retval:
float
Python prototype (for reference only):
getContrast() -> retval
getSaturation
Positional Arguments
- self:
Evision.XPhoto.TonemapDurand.t()
Return
- retval:
float
Python prototype (for reference only):
getSaturation() -> retval
getSigmaColor
Positional Arguments
- self:
Evision.XPhoto.TonemapDurand.t()
Return
- retval:
float
Python prototype (for reference only):
getSigmaColor() -> retval
getSigmaSpace
Positional Arguments
- self:
Evision.XPhoto.TonemapDurand.t()
Return
- retval:
float
Python prototype (for reference only):
getSigmaSpace() -> retval
setContrast
Positional Arguments
- self:
Evision.XPhoto.TonemapDurand.t()
- contrast:
float
Python prototype (for reference only):
setContrast(contrast) -> None
setSaturation
Positional Arguments
- self:
Evision.XPhoto.TonemapDurand.t()
- saturation:
float
Python prototype (for reference only):
setSaturation(saturation) -> None
setSigmaColor
Positional Arguments
- self:
Evision.XPhoto.TonemapDurand.t()
- sigma_color:
float
Python prototype (for reference only):
setSigmaColor(sigma_color) -> None
setSigmaSpace
Positional Arguments
- self:
Evision.XPhoto.TonemapDurand.t()
- sigma_space:
float
Python prototype (for reference only):
setSigmaSpace(sigma_space) -> None