• Check if target is a valid RGB color

    Example

    expect(isRgbColor('rgb(0,0,0)').value).toBeTruthy()
    

    Parameters

    • target: string

      The RGB color

    • includePercentValues: string = ...

    Returns Result<boolean | undefined>

Generated using TypeDoc