Color
Create a color from component integers. Components are masked to their last eight bits.
Create an opaque color from component integers. Components are masked to their last eight bits.
Create a color from component floats. Components are multiplied by 255 and rounded.
Create an opaque color from component floats. Components are multiplied by 255 and rounded.