Function colorIsInLabelPalette

  • Check if color is in label palette

    Parameters

    • color: string | number

      If it's decimal, send it as a number. If it's hexadecimal, send it as a string

    Returns Promise<boolean>

    await WPP.labels.colorIsInLabelPalette('#ffd429');
    //or
    await WPP.labels.colorIsInLabelPalette(4284794111);