View Source Colorex.CMYK (Colorex v1.0.0)

Struct that represents a color in the CMYK colorspace.

Summary

Types

t()

@type t() :: %Colorex.CMYK{
  alpha: float(),
  black: float(),
  cyan: float(),
  magenta: float(),
  yellow: float()
}