Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Multiple specific Colour and stroke on text

  • Dan Ebberts

    December 23, 2020 at 3:40 pm

    You could use color controls (or fill effects) and modify the first part of the expression to define the color array (with as many colors as you want) this way:

    c1 = effect("Color Control")("Color");

    c2 = effect("Color Control 2")("Color");

    c3 = effect("Color Control 3")("Color");

    c4 = effect("Color Control 4")("Color");

    c5 = effect("Color Control 5")("Color");

    colors = [c1,c2,c3,c4,c5];

  • Graham Smith

    December 23, 2020 at 6:15 pm

    Do i need to use the fill or color control on the same layer please?

    thank you btw

    stay safe

    G

  • Dan Ebberts

    December 23, 2020 at 6:51 pm

    No, you can put them anywhere, you just have to link to them with the c1, c2, etc. variables.

    Dan

  • Graham Smith

    December 30, 2020 at 9:53 am

    Sorry late reply. Thank you Dan

    Best for 2021

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