Function makeRGBA

uint makeRGBA(T)(
  T r,
  T g,
  T b,
  T a
) pure nothrow;