Skip to content

textmode.js / conversion / TextmodeColorInput

Type Alias: TextmodeColorInput

ts
type TextmodeColorInput = 
  | number
  | string
  | TextmodeColor
  | TextmodeColorTuple;

Color input accepted by conversion stack steps.