rlColor4ub function

void rlColor4ub(
  1. num r,
  2. num g,
  3. num b,
  4. num a,
)

Implementation

void rlColor4ub(
  num r,
  num g,
  num b,
  num a,
) => _module.rlColor4ub(r, g, b, a);