Skip to main content
Version: 1.x

@microsoft/fast-colors > ColorHSV > equalValue

ColorHSV.equalValue() method

Determines if a color is equal to another

Signature:
equalValue(rhs: ColorHSV): boolean;

Parameters

ParameterTypeDescription
rhsColorHSVthe value to compare
Returns:

boolean