Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions 3D Text in AE using Expressions – how to change the color

  • 3D Text in AE using Expressions – how to change the color

    Posted by Bradley Houshour on March 30, 2012 at 10:08 pm

    I’m using this expression to create 3D text.
    value+[0,0,index*slider]

    I’m trying to change the lightness of each duplicated layer’s color.
    Does anyone know how to change the lightness of the color using an expression?

    Bradley Houshour replied 14 years, 4 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    March 30, 2012 at 10:37 pm

    Assuming you applied a Fill effect to the text, something like this for the Color:

    hsla = rgbToHsl(value);
    hslToRgb(hsla + [0,0,.02*(index-1),0])

    Dan

  • Bradley Houshour

    March 30, 2012 at 11:30 pm

    Thanks Dan.
    That works perfectly!

    Thanks for the quick response.

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