View Source Evision.TonemapMantiuk (Evision v0.1.38)

Summary

Types

t()

Type that represents an TonemapMantiuk struct.

Types

@type t() :: %Evision.TonemapMantiuk{ref: reference()}

Type that represents an TonemapMantiuk struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec getSaturation(t()) :: number() | {:error, String.t()}

getSaturation

Positional Arguments
  • self: Evision.TonemapMantiuk.t()
Return
  • retval: float

Python prototype (for reference only):

getSaturation() -> retval
@spec getScale(t()) :: number() | {:error, String.t()}

getScale

Positional Arguments
  • self: Evision.TonemapMantiuk.t()
Return
  • retval: float

Python prototype (for reference only):

getScale() -> retval
Link to this function

setSaturation(self, saturation)

View Source
@spec setSaturation(t(), number()) :: t() | {:error, String.t()}

setSaturation

Positional Arguments
  • self: Evision.TonemapMantiuk.t()
  • saturation: float

Python prototype (for reference only):

setSaturation(saturation) -> None
@spec setScale(t(), number()) :: t() | {:error, String.t()}

setScale

Positional Arguments
  • self: Evision.TonemapMantiuk.t()
  • scale: float

Python prototype (for reference only):

setScale(scale) -> None