View Source Evision.TonemapDrago (Evision v0.1.38)

Summary

Types

t()

Type that represents an TonemapDrago struct.

Types

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

Type that represents an TonemapDrago struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

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

getBias

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

Python prototype (for reference only):

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

getSaturation

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

Python prototype (for reference only):

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

setBias

Positional Arguments
  • self: Evision.TonemapDrago.t()
  • bias: float

Python prototype (for reference only):

setBias(bias) -> None
Link to this function

setSaturation(self, saturation)

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

setSaturation

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

Python prototype (for reference only):

setSaturation(saturation) -> None