@arolariu/components / calculateComplementaryHexColor
Function: calculateComplementaryHexColor()
calculateComplementaryHexColor(
hexColor):string
Defined in: lib/color-conversion-utilities.ts:111
Generates the complementary (inverse) color for a given hex color.
Parameters
hexColor
string
Hex color code
Returns
string
Complementary hex color code