The rgb function is the same as in CSS color specifications.
Expected values ranges from 0 to 255.
Instead of being either numbers or percentages, all values here
are assumed to be numbers from 0 to 255. However, internally the
color will be stored with higher accuracy, as per CSS spec.
The rgb function is the same as in CSS color specifications.
Expected values ranges from 0 to 255.
Instead of being either numbers or percentages, all values here are assumed to be numbers from 0 to 255. However, internally the color will be stored with higher accuracy, as per CSS spec.