GetColor function

ColorD GetColor(
  1. int hexValue
)

See RaylibCoreFlatModule.GetColor.

Implementation

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