Documentation
    Preparing search index...

    Stores a single keyframe of an LED animation, The keyframe is made of a time and an intensity.

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    timeAndIntensity: number = 0

    Accessors

    Methods

    • Updates the instance timeAndIntensity member with the given time and intensity.

      Parameters

      • time: number

        The time in milliseconds, from to 0 to 1024 excluded.

      • intensity: number

        The light intensity, from to 0 to 255 excluded.

      Returns void