ColorToHex constructor

ColorToHex(
  1. Color color
)

Implementation

ColorToHex(final Color color) : super(_convertColorTHex(color));