Forum Replies Created

  • Steve Brown

    February 7, 2015 at 7:50 am in reply to: RGBA to sldier values using sample image

    Hi Craig, try this. It will sample the Lightning layer, using the current position of the layer that you apply the sliders (and the expressions) to:

    //red slider
    target = thisComp.layer("Lightning Layer");
    colorValue = target.sampleImage(transform.position, radius = [.5, .5] );
    outputValue = (colorValue * 255);
    outputValue[0];

    //green slider
    target = thisComp.layer("Lightning Layer");
    colorValue = target.sampleImage(transform.position, radius = [.5, .5] );
    outputValue = (colorValue * 255);
    outputValue[1];

    //blue slider
    target = thisComp.layer("Lightning Layer");
    colorValue = target.sampleImage(transform.position, radius = [.5, .5] );
    outputValue = (colorValue * 255);
    outputValue[2];

    //alpha slider
    target = thisComp.layer("Lightning Layer");
    colorValue = target.sampleImage(transform.position, radius = [.5, .5] );
    outputValue = (colorValue * 255);
    outputValue[3];

  • Steve Brown

    December 1, 2010 at 5:12 pm in reply to: Line tracing effect

    ToonIt is a filter, it will automatically generate the lines between regions of high contrast.

    “Write On” is the effect you’ll probably want to use to reveal the drawing, look for a tutorial on that.

  • Steve Brown

    September 28, 2010 at 11:13 pm in reply to: NOT realtime issue with After Effect

    You probably won’t be able to preview the whole thing in real time, though you can certainly do so in sections, by setting your work area to the portion you wish to preview and using the RAM preview option (keypad 0)

    You also might want to try zooming out to 25% or 50% and setting the veiwer resolution accordingly.

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