OpenSCAD v0.5.2 OpenSCAD.Color View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %OpenSCAD.Color{
  alpha: float(),
  c:
    {integer(), integer(), integer(), float()}
    | {integer(), integer(), integer()}
    | String.t(),
  children: term(),
  debug: term(),
  disable: term(),
  show_only: term(),
  transparent: term()
}