sesaparcours
    Preparing search index...
    • Blend two colours together, using the specified factor to indicate the weight given to the first colour.

      Parameters

      • colour1: string

        First colour.

      • colour2: string

        Second colour.

      • factor: number

        The weight to be given to colour1 over colour2. Values should be in the range [0, 1].

      Returns string

      Combined colour represented in hex.