Constructor
new or rgba)()
- Source:
Examples
new Color('#f00')
new Color('#e2b644')
new Color('rgb(255, 0, 100)')
new Color('rgba(255, 0, 100, 0.5)')
new Color([255,0,0])
//
new Color('#f00')
new Color('#e2b644')
new Color('rgb(255, 0, 100)')
new Color('rgba(255, 0, 100, 0.5)')
new Color([255,0,0])
//