Function makeRGBA

Make hex color from 4 components

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