GetColor function

ColorD GetColor(
  1. num hexValue
)

Implementation

ColorD GetColor(
  num hexValue,
) => _module.GetColor(hexValue);