• Determines equality between the current Color3 object and a set of r,b,g values

    Returns

    true if the rgb values are equal to the given ones

    Parameters

    • value: ReadonlyColor3
    • r: number

      defines the red component to check

    • g: number

      defines the green component to check

    • b: number

      defines the blue component to check

    Returns boolean