rlColor4ub function

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

See RaylibRlglFlatModule.rlColor4ub.

Implementation

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