@arolariu/components / getComplementaryColor
Variable: getComplementaryColor()
constgetComplementaryColor: (hexColor) =>string=calculateComplementaryHexColor
Defined in: lib/color-conversion-utilities.ts:161
Generates the complementary (inverse) color for a given hex color.
Parameters
hexColor
string
Hex color code
Returns
string
Complementary hex color code
Deprecated
Use calculateComplementaryHexColor instead