sesaparcours
    Preparing search index...
    • Assigns a color to an object syntaxes setColor(elt, color) and setColor(elt, color, opacity) are allowed too

      Parameters

      • options: { color: string; opacity?: number }
        • color: string

          The color to be applied on the object (ignored if first arg is a params object, either mandatory)

        • Optionalopacity?: number

          opacity (0 to 1, ignored with options syntax)

      Returns void