The Color of Clipped Highlights

After watching Jeff Sengstack's Color Correction series over on Lynda I dove into correcting for the first time with a home movie.  All is going well but when I'm using the RGB Color Corrector to brighten things up highlights from lit sources like lightbulbs - which are already white - start turning light green or aqua.  But if I use Levels to get the same results my white hot spots stay white (crushed, of course).
I've never seen this behavior with color correction tools in Photoshop or After Effects.  What would make a pixel value that is already white become DARKER when the Gain is up'd?
Thanks,
Marc

I'm sorry, I don't think I was clear.  I see I can post an image here in the Forum.  I'll let the image tell the story.
Please excuse and look past how dark, grainyand noisy the footage is.  It's a terrible shot.
- The TOP image is the original clip.  It's indoors and dark.  There are light fixtures on the walls.
- The MIDDLE image is after I've brightened the clip in Premiere Pro CS6 using the RGB Color Corrector.  Notice how the whites of the lights are now aqua.  (I color picked the lights and made color swatch squares to show the colors of each light.)
- The BOTTOM image is me approximating the same results with the Levels effect in Premiere Pro.  Notice how the whites of the lights have STAYED white as I've brightened the clip.
My experience with color adjustment tools in the past always had whites STAYING white when a clip is brightened.  Brightened white has never suddenly decided to 'brighten' to a darker-than-white aqua or light green.
So the question is, why is the RGB Color Corrector in Premiere Pro CS6 making whites "aqua" when they're brightened?
Marc

Similar Messages

  • How to change the color of text highlight

    I'm trying to select and highlight certain text in the PDF. Here's my sample code. I want to change the color of the highlighted text. Something similar to what the Highlight Text tool does in acrobat.
    HiliteEntry hilite;
    hilite.offset = 10;  //Highlight the tenth word
    AVDoc currentAVDoc = AVAppGetActiveDoc();
    PDDoc currentPDDoc = AVDocGetPDDoc(currentAVDoc);
    AVPageView currentPageView = AVDocGetPageView(currentAVDoc);
    ASInt32 pageNum = AVPageViewGetPageNum(currentPageView);
    PDColorValueRec red;
    red.space = PDDeviceRGB;
    red.value[0] = ASInt32ToFixed(1);
    red.value[1] = 0;
    red.value[2] = 0;
    // highlight
    AVPageViewSetColor(currentPageView, &red);
    PDPage pdPage = PDDocAcquirePage (currentPDDoc, pageNum);
    PDTextSelect textSelection = PDTextSelectCreateWordHilite(pdPage,&hilite, 1);
    AVDocSetSelection(currentAVDoc, ASAtomFromString("Text"),(void *)textSelection, true);
    AVPageViewDrawNow(currentPageView);
    AVDocShowSelection (currentAVDoc);
    PDPageRelease (pdPage);
    If this is not possible, at least can I change the font color or underline the text?
    Appreciate any help!

    Thanks a lot for the help so far. So I was successfully able to crate a highlight annotation from text selection. Here's my code, if anyone else get similar questions.
    Only one more question. in my highlight annotation, I get two rounded half circles from the left and right sides. Not sure why?
    HiliteEntry hilite;
    hilite.offset = 50; // highlight starting 50th word
    AVDoc currentAVDoc = AVAppGetActiveDoc();
    PDDoc currentPDDoc = AVDocGetPDDoc(currentAVDoc);
    AVPageView currentPageView = AVDocGetPageView(currentAVDoc);
    ASInt32 pageNum = AVPageViewGetPageNum(currentPageView);
    PDEElement pdeElement;
    ASFixedRect boundingRect;
    PDPage pdPage = PDDocAcquirePage (currentPDDoc, pageNum);
    PDAnnot pdAnnot;
    PDColorValueRec red;
    red.space = PDDeviceRGB;
    red.value[0] = ASInt32ToFixed(1);
    red.value[1] = 0;
    red.value[2] = 0;
    // highlight
    AVPageViewSetColor(currentPageView, &red);
    PDTextSelect textSelection = PDTextSelectCreateWordHilite(pdPage,&hilite, 1);
    AVDocSetSelection(currentAVDoc, ASAtomFromString("Text"),(void *)textSelection, true);
    AVPageViewDrawNow(currentPageView);
    AVDocShowSelection (currentAVDoc);
    // make text selection and get the bbox of the selection.
    PDTextSelect selectedText = static_cast<PDTextSelect>(AVDocGetSelection(currentAVDoc));
    PDTextSelectGetBoundingRect(selectedText,&boundingRect);
    // use the bbox to create a highight annotation QuadPoints
    CosObj ArrayObj, RecObj;
    CosDoc cd = PDDocGetCosDoc(currentPDDoc);
    CosObj cosPage = PDPageGetCosObj(pdPage);
    ArrayObj = CosNewArray(cd,false,8);
    CosArrayPut(ArrayObj,0,CosNewFixed(cd,false, boundingRect.right));
    CosArrayPut(ArrayObj,1,CosNewFixed(cd,false, boundingRect.bottom));
    CosArrayPut(ArrayObj,2,CosNewFixed(cd,false, boundingRect.left));
    CosArrayPut(ArrayObj,3,CosNewFixed(cd,false, boundingRect.bottom));
    CosArrayPut(ArrayObj,4,CosNewFixed(cd,false, boundingRect.right));
    CosArrayPut(ArrayObj,5,CosNewFixed(cd,false, boundingRect.top));
    CosArrayPut(ArrayObj,6,CosNewFixed(cd,false, boundingRect.left));
    CosArrayPut(ArrayObj,7,CosNewFixed(cd,false, boundingRect.top));
    // for the Rect. Highlight annotations don't require, but API call to create annotation requires this key
    RecObj = CosNewArray(cd,false,4);
    CosArrayPut(RecObj,0,CosNewFixed(cd,false, boundingRect.left));
    CosArrayPut(RecObj,1,CosNewFixed(cd,false, boundingRect.right));
    CosArrayPut(RecObj,2,CosNewFixed(cd,false, boundingRect.bottom));
    CosArrayPut(RecObj,3,CosNewFixed(cd,false, boundingRect.top));
    CosObj cosDict = CosNewDict(cd, true, 4);
    CosDictPutKeyString(cosDict, "Subtype", CosNewNameFromString(cd, false, "Highlight"));
    CosDictPutKeyString(cosDict, "QuadPoints",ArrayObj);
    CosDictPutKeyString(cosDict, "Rect", RecObj);
    pdAnnot = PDAnnotFromCosObj(cosDict);
    PDPageAddAnnot(pdPage,-2,pdAnnot);
    PDPageNotifyContentsDidChange(pdPage);
    PDAnnotSetColor(pdAnnot, &red);
    AVPageViewDrawNow (currentPageView);
    PDPageRelease (pdPage);

  • Can the colour of a highlighter be changed?

    hi,
    I am using few highlighters to display text in different colours in a JTextArea. I would like to change the colour of a highlighter based on the colour chosen from a JColorChooser. Is this possible?
    Thanks
    ramya

    You can't change the color of existing highlights. You'll have to replace each highlight with a new one using the new HighlightPainter. You can do that with the Highlighter methods getHighlights(), removeHighlight() or removeAllHighlights(), and addHighlight().

  • When saving a file in photoshop cc , using "save as" the pdf has clipping (color is not showing) in parts of the document.

    When we save a file to a pdf from photoshop cc the pdf will show some clipping of color , as if the color disappeared on the pdf. what steps are needed so this doesn't occur?

    Thank you for responding. Below is some info.
    Please see the clipping on the "d" in Pastel Bond and White Bond and the rounded part of the "R" in 2 &3 Part NCR. We have had this happen on occasion with other files as well. Thanks for the help.
    save as > photoshop PDF
    First dialogue box:
    Save: layers (checked)
    color: embed color profile: U.S. web coated (SWOP) ...
    Second dialogue box: high quality print
    options: none checked
    viewing PDF in preview on mac

  • How to change the color of text but only when that text is highlighted

    I am NOT asking how to change the highlight color OR how to change the text color generally, but rather, how to change the text color as it shows onscreen while it is highlighted. Here's where I'm going:
    Text is ordinarily black (assume) such as when the Finder is open or when viewing a list of all emails in an inbox.
    Let's say I change the highlight color systemwide, in prefs > appearance > highlight color, to a custom color ("other") of black (for example).
    In certain programs (mail, billings, iBank, addressbook, even the Finder), when I highlight a line of something, (like when I one-click on an email or a file name just to select it but not open it), the line will highlight in black, but the text of that line will automatically change to white so it can be seen.
    However, when I highlight actual text (click and drag or double click), such as when editing a document in Pages and selecting a word, line, paragraph, editing an email, etc., the highlight is black, and the text remains black also, which means it cannot be seen (black on black).
    So, how do I change it so that when I highlight the actual text the text color changes to white, then when it is de-selected, it goes back to black.
    I'm not afraid to do a little terminal/command line, but only if it’s a little. Hope this gives enough detail.
    Thanks.

    You can use span HTML tag.
    For example, if your label is "Product Name", and you want it to appear in red, you can type this:
    <span style="color:red">Product Name</span>Hope it helps.
    Ravi

  • How can I change the color of the highlighted text when using the FIND function in Terminal?

    When searching for text in the Terminal's buffer, the matched text is highlighted using a color which seems to be computed from the background's color. I'm using a black backgroud and the finder's highlighter is grey. How can I change this? I'd like to specify the foreground and background colors of the matching text. I couldn't find an appropriate setting in the terminal's settings, nor in the default settings using the command "defaults".

    In my .bashrc file, I have enabled a couple of grep environment variables.
    GREP_OPTIONS='--color=always'
    GREP_COLOR='00;38;5;226'
    The latter is a vivid yellow.
    From the shell, I can search my history:

  • Can you change the color of highlighted text?

    I want to know if there's a way to change the color of text that has been highlighted, not the highlight itself. I know that to change the color of the highlight itself, you go to the Appearance Preference Pane and change the highlight from there, but I want to know if there's a way to change it so that when I highlight text, the text itself changes color for higher contrast against a dark colored highlight. I think MSWord does it, I have some memory of working on Windows computers back in the day working like that, is there a way to make that sort of change on a Mac?

    No, I know how to change the color of the HIGHLIGHT, I want to change the color of the TEXT that's being highlighted, so if, for example, I highight black text with a dark red/blue/black highlight color, the text goes white for greater contrast and doesn't turn invisible for lack of contrast. Is there a way of doing that?

  • AE How to Change the color of a movie clip?

    I have a movie clip of a White Show Avalanche. How can I change the color from White to another earthly color. I would like to post 2 images, one still of the white avalanche and one still image of the color or look I am after. Can you post or attach images to this thread? If so how?
    I am not just trying to change the Hue/Saturation.

    To elaborate on Ko's post: In RGB space, White is presented by full values of 1 (or 255, if you like that better) for Red, Green and Blue. Since there's no differential between the individual components, there's nothing to shift the Hue. Hence you will have to find alternate ways of recoloring your stuff.
    A simplistic way would e.g. be using effects such as Tint, Tritone or Colorama based on the Luminance. A more elaborate way would be cutting up the whole thing in multiple pieces (debris, shadows, waves, edges) and color correct each part individually. In any case you will very likely have to work with multiple instances of your layer and apply some masking here and there.
    Mylenium

  • How do I change the color of the clipping path in CS5

    Just installed Photoshop CS5 I use the pen to create a clipping path for isolation. In CS4 the path line always contrasted with the background I was working on. In CS5 it is only gray so I cannot work on grey background pics as I cannot see the path. How can I change it back to multi colored like CS4?
    In CS4 I could change between gray & colored by enabling or disabling OpenGL Drawing from Edit->Preferences->Performance. This does not work for me in CS5. I really need the color as I am isolating a dark gray bike againsr a lighter gray wall. I keep loosing the curve handles against the wall.

    Which means that the wall isn't neutral gray, it has some color in it. Anyway, that's beside the point. In CS5 they've changed the way they display paths when OpenGL is turned off (probably changed to another API behind the scenes) which caused these problems. If i've understood it correctly, this isn't a bug per se, it's just a limitation of the API that they're using now (lack of blend modes or some such).
    If you want the old way back then you can try making a feature request/bug report here: https://www.adobe.com/go/wish

  • How to change the color of letters instead of highlight the text when compare two documents

    Hello!!
    I have the Adobe Acrobat 9 Pro (Versión 9.0.0) and I need to compare two documents, but I want to show the diferences changing  the color of letters instead of highlight the text with any color. My boss tell me that other Acrobat version have this option, but I couldn't find it in this version.
    Could you help me on this topic??
    Thanks

    Hello!!
    I have the Adobe Acrobat 9 Pro (Versión 9.0.0) and I need to compare two documents, but I want to show the diferences changing  the color of letters instead of highlight the text with any color. My boss tell me that other Acrobat version have this option, but I couldn't find it in this version.
    Could you help me on this topic??
    Thanks

  • Can the current line be highlighted using a background color or have the cursor flash?

    I use the split screen and left click in the Design pane to jump to where I want to be in the Code pane in Dreamweaver CS6. The problem is that it can be very hard to tell where the cursor is in the Code pane since the cursor doesn't flash.
    Is there a way to force Dreamweaver CS6 to change the background color of the currently selected line or at least have the cursor flash in both panes? There must be some way to make it easier to find the current line of code.
    Thanks.

    John Waller wrote:
    The cursor does not flash in Code View only when Code View is not in focus i.e. you're working in the Design View window in Split View.
    In those caases, I just highlight a word or two in Design View and the corresponding words are highlighted by DW in Code View (even when Code view is not in focus).
    Thanks. I've been doing that, but sometimes there is no text to highlight. I hoped Dreamweaver might have a hidden setting that I could enable. That's a lot of extra sliding of the hand/wrist for no good reason when it would be easy for the Dreamweaver programmers to change the background color of the current line or make the cursor flash or do something else to indicate where you are in the code besides making the user constantly make a smearing action with the mouse. All of those extra movements add up the wear and tear when you're trying to avoid getting a repetitive stress injury, especially if you already use mouse gestures in a browser.

  • HT5557 I highlight and study e pubs in ibooks. Now with the up date the color coding that I've be using are too dark and no way to adjust opaqueness. (SHOULD ADD THIS.) Is the an app to by to add to ibooks????

    I highlight and study e pubs in ibooks. Now with the up date the color highlighters that I've be using are too dark and no way to adjust opaqueness. (YOU SHOULD ADD THIS.) Is the an app to by to add to ibooks???? Or an app to but to have other highlighter colors and be able to use the in ibooks???

    I highlight and study e pubs in ibooks. Now with the up date the color highlighters that I've be using are too dark and no way to adjust opaqueness. (YOU SHOULD ADD THIS.) Is the an app to by to add to ibooks???? Or an app to but to have other highlighter colors and be able to use the in ibooks???

  • How to solve illustrator cs6 save as cs5 problem about the stroke(when the stroke with clipping mask and color is gradient, save as cs5 will change to embed ).

    how to solve illustrator cs6 save as cs5 problem about the stroke(when the stroke with clipping mask and color is gradient, save as cs5 will change to embed ).

    Because it was not possible to apply a gradient to a stroke in CS5. When you open the file in CS5, it is reduced to something that can be rendered in CS5.

  • Every time i put a clip into the timeline it crashes and just has the color wheel i have to force quit the program.

    I just downloaded the trial to see if I wanted to buy instead of using Adobe Premiere.  Every time i put a clip into the timeline it crashes and just has the color wheel i have to force quit the program.  I tried deleting the program and reinstalling it. Please help. Here are my specs
    2.3 GHz Intel Core i5
    16 GB 1333 MHz DDR3
    Intel HD Graphics 3000 512 MB
    OS X 10.8.2

    Is this for FCP-X?
    Wrong forum, you need to post here:
    http://discussions.apple.com/community/professional_applications/final_cut_pro_x

  • How do I change the color of the highlight when hovering over answers in the quiz?

    Hi
    I am trying to change the color of the highlight when hovering over answers in the quiz.  My companies standard font color is grey and so is the highlight when i hover answers.
    Is it possible to change this?
    Thanks
    Charlene

    No, it is (still) not possible to change that hover color, not even in CP8.0.1. I recommend to enter a feature request: Adobe - Feature Request/Bug Report Form

Maybe you are looking for

  • Check for null responses

    Hi Guys, I've got a script that gets a text file and goes through it line for line. Each line contains a question the user needs to answer. What I want to do is make sure the user input doesn't contain any white spaces or nothing. Here's my script be

  • Basic excise duty calculated in duty free deemed export

    Hi Experts, We are facing an issue where system calculates basic excise duty in case of deemed export(duty free) . In some invoices it calculates basic excise duty though it should not calculate as it is duty free. Our scenario is like this:- At sale

  • Can I purchase songs from many country iTunes Stores ?

    If I want to purchase songs from diffrent country's stores,can I do that? And if I can, can I play it on my iTunes and/or my iPod?

  • RFC SAPOSS for EWA  Error

    Dear Gurus, I'll tested the connection using SM59 and this below error occured. I think,the connection is Ok before ,but don't know what happen.Where i need to check and fix it. For OSS connection to SAP or PUBLIC its OK.No errors.Only for EWA group.

  • HT204380 I cannot get any FaceTime calls to work.

    I cannot get any FaceTime calls to work. If I do manage to talk to the other person, I only see myself. One only sees himself. One sees nothing. What are we doing wrong? Thanks.