@microsoft/fast-colors > ColorLCH > equalValue
ColorLCH.equalValue() method
Determines if one color is equal to another.
Signature:equalValue(rhs: ColorLCH): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
rhs | ColorLCH | the color to compare |
boolean