Loading [MathJax]/extensions/TeX/AMSmath.js

View Source Evision.Animation (Evision v0.2.12)

Summary

Types

t()

Type that represents an Animation struct.

Types

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

Type that represents an Animation struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec get_bgcolor(t()) :: Evision.scalar()
@spec get_durations(t()) :: [integer()]
@spec get_frames(t()) :: [Evision.Mat.t()]
@spec get_loop_count(t()) :: integer()
@spec set_bgcolor(t(), Evision.scalar()) :: t()
Link to this function

set_durations(self, prop)

View Source
@spec set_durations(t(), [integer()]) :: t()
@spec set_frames(t(), [Evision.Mat.maybe_mat_in()]) :: t()
Link to this function

set_loop_count(self, prop)

View Source
@spec set_loop_count(t(), integer()) :: t()