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

Copy Markdown View Source

Normalized RGBA color in Figma's zero-to-one channel space.

Summary

Types

t()

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