Type module
Sources
Items from Color can be imported/included and used via following ways.
/** * -------------------------------------------------------- * Import via: Color.ts * Access items like: $color.myVariable * $color.myFunction() * -------------------------------------------------------- */ import * as $color from "@amcharts/amcharts5/Color";
Variables
Color does not have any variables.
Functions
color( input: ) |
Returns Returns a new Accepts parameters in CSS hex or rgb/rtba strings, or hex numbers.
|
---|