View Source Evision.XPhoto.TonemapDurand (Evision v0.2.1)
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
@spec setContrast(Evision.XPhoto.XPhoto.TonemapDurand.t(), number()) :: Evision.XPhoto.XPhoto.TonemapDurand.t() | {:error, String.t()}
setContrast
Positional Arguments
- self:
Evision.XPhoto.TonemapDurand.t()
- contrast:
float
Python prototype (for reference only):
setContrast(contrast) -> None
@spec setSaturation(Evision.XPhoto.XPhoto.TonemapDurand.t(), number()) :: Evision.XPhoto.XPhoto.TonemapDurand.t() | {:error, String.t()}
setSaturation
Positional Arguments
- self:
Evision.XPhoto.TonemapDurand.t()
- saturation:
float
Python prototype (for reference only):
setSaturation(saturation) -> None
@spec setSigmaColor(Evision.XPhoto.XPhoto.TonemapDurand.t(), number()) :: Evision.XPhoto.XPhoto.TonemapDurand.t() | {:error, String.t()}
setSigmaColor
Positional Arguments
- self:
Evision.XPhoto.TonemapDurand.t()
- sigma_color:
float
Python prototype (for reference only):
setSigmaColor(sigma_color) -> None
@spec setSigmaSpace(Evision.XPhoto.XPhoto.TonemapDurand.t(), number()) :: Evision.XPhoto.XPhoto.TonemapDurand.t() | {:error, String.t()}
setSigmaSpace
Positional Arguments
- self:
Evision.XPhoto.TonemapDurand.t()
- sigma_space:
float
Python prototype (for reference only):
setSigmaSpace(sigma_space) -> None