Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Delay a HLS Hue effect

  • Delay a HLS Hue effect

    Posted by Jamil Yamani on January 10, 2012 at 9:14 pm

    hi there i have a vertical stack of rectangles essentially and i would like to

    apply an HLS effect
    change the colour over time and then
    do the same thing to the other layers with a delay.

    i have seen some code from dan ebberts using the value at time

    i thought i could modify this but it didn’t work.

    any clues?
    best
    jamil

    delay = 5; //number of frames to delay

    d = delay*thisComp.frameDuration*(index - 1);
    thisComp.layer(1).position.valueAtTime(time - d)

    delay = 5; //number of frames to delay

    d = delay*thisComp.frameDuration*(index - 1);
    thisComp.layer(1).effect("Color Balance (HLS)")("Hue").valueAtTime(time - d)

    The Electric Canvas
    Large Format Projection Specialists
    Sydney, Australia

    Jamil Yamani replied 14 years, 4 months ago 2 Members · 3 Replies
  • 3 Replies
  • Dan Ebberts

    January 10, 2012 at 9:39 pm

    Sometimes code gets mangled as it goes through the HTML conversion. Try it without the comment (it works for me):

    delay = 5;
    d = delay*thisComp.frameDuration*(index – 1);
    thisComp.layer(1).effect(“Color Balance (HLS)”)(“Hue”).valueAtTime(time – d)

    Dan

  • Jamil Yamani

    January 10, 2012 at 9:54 pm

    hi dan

    thanks for your prompt reply.

    in a test comp with a stack of rectangles i created in AE it worked.

    in my real comp where the rectangles have come from a photoshop file i get an error.

    i can’t understand why…

    The Electric Canvas
    Large Format Projection Specialists
    Sydney, Australia

  • Jamil Yamani

    January 10, 2012 at 10:01 pm

    hi dan
    scrap the previous post, my layer wan’t at the top of the stack.

    thanks for your help
    jamil

    The Electric Canvas
    Large Format Projection Specialists
    Sydney, Australia

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy