The IsHdr
property of the Color
struct indicates whether the color is in High Dynamic Range (HDR). It returns true
if any of the color components (red, green, blue, or alpha) exceed the value of 1. This property is useful for determining if a color is outside the standard range of 0 to 1, which is typical for HDR colors.