HexColor constructor

HexColor(
  1. int colorValue
)

Implementation

HexColor(final int colorValue) : super(colorValue);