Figler.Schema.Color (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi struct module for Color.

Summary

Types

t()

@type t() :: %Figler.Schema.Color{
  a: float() | nil,
  b: float() | nil,
  g: float() | nil,
  r: float() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()