ColorRAL constructor
ColorRAL({})
Implementation
ColorRAL({
required this.hex,
required this.websafe,
required this.rgb,
required this.hsl,
required this.hsb,
required this.cmyk,
});
ColorRAL({
required this.hex,
required this.websafe,
required this.rgb,
required this.hsl,
required this.hsb,
required this.cmyk,
});