Skip to main content
Version: 1.x

@microsoft/fast-colors > ColorLCH > equalValue

ColorLCH.equalValue() method

Determines if one color is equal to another.

Signature:
equalValue(rhs: ColorLCH): boolean;

Parameters

ParameterTypeDescription
rhsColorLCHthe color to compare
Returns:

boolean