Function color3

24-bit integer color unpacking

Color4f color3 (
  int hex
);

Example

assert(color3(0xff0000) == Color4f(1.0f, 0.0f, 0.0f, 1.0f));