-
InterfaceDescriptionInstead of using this interface, just cast the result of
CSSColorValue.getColor()
to the appropriate interface (likeLABColor
) according to the givenCSSColorValue.getColorModel()
.Instead of using this interface, just cast the result ofCSSColorValue.getColor()
to the appropriate interface (likeLCHColor
) according to the givenCSSColorValue.getColorModel()
.Top-level color values with the RGB color model are no longer guaranteed to implement this interface. Furthermore, this interface is not especially useful since thegetColor()
method became available. This interface is considered unsafe and error-prone, it will be removed in the future.
-
MethodDescription
getColor()
method became available. This interface is considered unsafe and error-prone, it will be removed in the future.