Convert hex color to rgba with opacity
String withOpacity(double opacity) { return FlintColors.withOpacity(this, opacity); }