Normalizes the RGB color values to ensure they fall within the range of 0 to 1.
An object representing an RGB color with properties r, g, and b.
r
g
b
A new RGBColor object with each color channel normalized.
Normalizes the RGB color values to ensure they fall within the range of 0 to 1.