Class ColorFilter

    • Constructor Detail

      • ColorFilter

        public ColorFilter()
        DIY constructor - add the arguments you need.
      • ColorFilter

        public ColorFilter​(java.lang.String expression)
        Constructor with expression
        Parameters:
        expression - expression to be passed as the color argument
      • ColorFilter

        public ColorFilter​(Color c,
                           VideoSize s,
                           java.lang.Double durationSeconds)
        Simple constructor - make a solid color screen for some amount of time.
        Parameters:
        c - The color to use.
        s - The size of the output video
        durationSeconds - The number of seconds to output the video for