Graphic Background Colour

I'm trying to insert a graphic logo at the beginning of my sequence. The graphic itself is a thin horizantal bar with a white background. When I insert it, the rest of the frame outside of the graphic has a black background. I would like to make the rest of the frame into white so that it matches the graphic. FYI I have several file formats of the graphic (Jpg, png, psd, tif). Thanks

Drop a color matte on the video track below it. Its in the video generators. You can change the color to white in the control tab.
You can also find it in the little button that looks like a film strip at the bottom of the viewer…

Similar Messages

  • Background colour displaying above graphics layer?

    Hi,
    I have a canvas, I've set the background colour to blue, and on creation complete am drawing a rectangle using canvas.graphics.
    However this displays behind the background colour? Is this correct? I can only see it if I reduce the background alpha but that means I have a blue tint on the rectangle?
    Thanks
    Tim

    private function init():void
    mainCanvas.graphics.beginFill(0xffffff,1);
    mainCanvas.graphics.drawRect((mainCanvas.width/2),(mainCanvas.height/2),325,208);
    mainCanvas.graphics.endFill();
    <mx:Canvas id="mainCanvas" backgroundColor="#123456" backgroundAlpha="0.5">
    </mx:Canvas>

  • A problem changing applet's background colour

    Hi there,
    I'm hoping somebody can help me with what I believe to be a problem I have in changing the background colour of an applet, the source code of which is posted below. If super.paint(g); is commented out, the background of the applet will be changed to whatever colour is specified, however if it is not the background will remain grey. As I understand though, super.paint(g); should be part of the program. What am I doing wrong? Should super.paint(g); in this example be part of the program?
    Before posting this I searched the forums and looked at some of the Q's & A's about changing an applet's background colour but am non the wiser.
    Thank you for your help.
    Regards,
    THE_TH1NG
    import javax.swing.*;
    import java.awt.Color;
    import java.awt.Graphics;
    public class Calculate extends JApplet
    public Calculate()
    //Variables used in our calculations.
    double sum; // Add the two numbers
    double product; // Multiply the two numbers
    double quotient; // The first number divided by the second number
    double difference; // The first number minus the second number - This may result in a negative value being returned
    double userInput1; //Stores the first number as a double after being converted from type string
    double userInput2; //Stores the second number as a double after being converted from type string
    public void init()
    String number1; // The first number to be entered by the user
    String number2; // The second number to be entered by the user
    number1 = JOptionPane.showInputDialog("Please enter the first floating point number"); // The user inputs the first number as a string
    number2 = JOptionPane.showInputDialog("Please enter the second floating point number"); // The user inputs the second number as a string
    // Convert the user's input from type string to type double
    userInput1 = Double.parseDouble( number1 );
    userInput2 = Double.parseDouble( number2 );
    // Perform the calculations
    sum = (userInput1 + userInput2);
    product = (userInput1 * userInput2);
    difference = (userInput1 - userInput2);
    quotient = (userInput1 / userInput2);
    public void paint( Graphics g )
    //The applets background will be set to the desired colour if super.paint(g) is commented out
    //But the background will remain grey if the code is not commented out.
    //What am I doing wrong?
    //super.paint( g );
    setBackground(new Color(50,150,255)); //Light Blue
    g.drawRect(10,10,250,100); // Draw a rectangle 250 pixels wide X 100 pixels high to enclose the rest of the program's output
    //Dispaly the results of the calculations to the user
    g.drawString( "The numbers entered are " + userInput1 + ", " + userInput2, 25, 25);
    g.drawString( "The sum is " + sum, 25, 40);
    g.drawString( "The product is " + product, 25, 55);
    g.drawString( "The difference is " + difference, 25, 70);
    g.drawString( "The quotient is " + quotient, 25, 85);

    You could try defining
    public void update(Graphics g) {
        paint(g);
    }That's the only difference I see between your code and my applet code. If that isn't it, you could try getContentPane().setBackground(...) but I don't know how that could make much difference (I would think that the content pane is transparent...)
    Another possibility is that, if you're using Swing, you probably shouldn't be overriding paint() and should stick to the paintComponent() method or whatever is appropriate.

  • How do you change the slide background colour in the keynote app?

    How do you change the slide background colour in the keynote app?

    You can't (not in Keynote for iOS). The background color is a function of the template selected when you create the file initially and cannot be altered. the only workaround I know of is to add a graphic file to the slide and position it behind all other content, but this would need to be repeated on any slide you wish to "recolor".

  • Background Colour displays over my flash work

    Dont know what this problem is. I've got a clients game that needs to be handed on Wednesday and cant get any help from my flash tutor because im not in college UNTIL wednesday.
    Anyway for some reason when i test scene the box comes up showing my flash fine but when i go and locate the .SWF in the folder that all my flash fla and swfs are then for some reason its only a graphic clip and movieclip animation that displays and the rest of the background is the background colour. I checked this by first changing it to black and preview. To which the background changed black and then did the same and changed the background colour to blue and the same thing happened, the background in the swf changed to blue aswell. I have no actionscript in the scene and the majority of the things are just art besides a graphic clip the movie clip animation.
    Any help on this would be appretiated. Could be something small i've missed

    Firstly thanks for the fast reply.
    Basically its just a room thats drawn in flash using the brush tool. The only thing that was imported was a screenshot of my computer screen which was used for the monitor screen on the computer in that room. The second thing is just an animation of sparkles. The computer, bedroom, wall, window all dont seem to appear when i load the .swf.
    Here are two images. The first one is of when the box comes up and it looks fine.
    and heres when i load it from the .swf
    You can only see the monitor and the sparkles. But since the background colour is white you wont be able to see the sparkles.

  • Change background colour of full screen slideshow when set to fit content proportionally

    I've signed up for a demo of Muse and must say I'm very impressed. Having used Dreamweaver in the past at Uni, often getting bogged down in code, Muse is a designers dream. I've even told some friends about it, describing it as "InDesign for web designers". The features, and tutorials on Adobes site, are fab however I'm now needing a bit of assistance.
    I'd like several images to fit the whole screen on a specific section of my Muse website, right under the navigation bar. I've noticed the easiest way to do this is create a full screen slideshow. With this option I can add one, or multiple, pictures to fade in and out - communicating various messages and selling points. By default the widget options are set to Fill Frame, which expands my graphic to completely fill the browser. Unfortunately with this selected the image loses some quality and seems to zoom in, getting cropped in the process. When changing the settings to Fit Content Proportionally everything looks great. The graphic is smack bang right under my navigation like I desire however there is also a ghastly grey box either side because the graphic is now it's original size. The grey on either side seems to be the slideshow background colour but I am unable to figure out a way to alter this - from grey to black. Please see the link for more info: https://dl.dropboxusercontent.com/u/50403221/Screen%20Shot%202014-08-14%20at%2018.00.34.pn g
    Would any fellow Musers know of a way to get round this? Or perhaps should this be an enhancement request?
    Thanks, Chris

    Hi Chris,
    Can you select the slideshow widget that you have added and check the fill color in control panel.
    Please refer to the following screenshot :
    Regards,
    Akshay

  • Background colour for setstatus

    Hello friends,
                   is it possible to set a background colour for setstatus method.....

    You can override the paint method in your field or manager like this:
    VerticalFieldManager vfm = new VerticalFieldManager() {
       public void paint(Graphics graphics) {
          graphics.setBackgroundColor(0x00FF0000); //Red
          graphics.clear();
          super.paint(graphics);

  • Forms6i: Item's Prompt background colour

    In Forms 6i item's prompts are being displayed with the background colour of the item, instead of the canvas. In the previous version of forms, the prompts displayed with the same background colour as the canvas.
    This only happens when the forms is run as client/server. If run as a Web form it does not.
    Is there a way around this problem?
    Is this a bug in Forms 6i?

    OK - my initial problem was I installed 6i on top of a 6.0.5 version. This made the graphics go haywire. Installing PATCH 7 in this was also didn't quite work (I suppose it depends on what you had installed for 6.0.5). I removed Oracle entirely - installed 6i and I only got the inverse labels problem. I then installed PATCH 7 and it worked fine. Oracle have told me that it's "Not a good idea" to install PATCH 7 over 6i and wouldn't recommend mucking around with .dll files. We are now backtracking to 6.0.5 and waiting for 6i's first patch before moving on with this software. Hope some of this helped.
    null

  • Ios7 control and notification center do not take the background colour,it's plan white and black.hi

    hi
    when swiping down the notification and the control center,it doesn't take the background colour as shown in the ios 7 videos, instead it's plain white and black-i am using an iphone 4,anybody else with the same issue on their iphone 4 or higher?

    Hi - I have an iPhone 4 as well.
    The problem is that the iPhone 4 only gets a sample of what is shown in the ios 7 videos. The iPhone 5, 5s and 5c can run those graphics, however the iPhone 4 can not. To get a "demo" of what it looks like, go to Settings>General>Accessibility>Increase Contrast    and turn that toggle off. This will give your phone a slight transparency effect for notif and command center, however it is nowhere near what was shown in the vids.
    Sorry for the inconvenience, hope this clarified everything,
    Ernie
    User of the pitiful iPhone 4

  • How cna I change the text and background colours in iTunes?

    Can anyone tell me how I can change the text and background colours in iTunes? I am a visually impared user and my main requirement on a PC is to change the colour schemem to white text on a black background. Most software adopts the settings of your colour scheme but iTunes goes it's own and has everything on white backgrounds. I cannot read from white backgrounds (dazzle - that sort of thing). I have never used iTunes for this reason. I have always been a devotee of by far the best media player out there Musicmatch Jukebox, who allow you to edit skins in every detail. However, recently Musicmatch was taken over and users were forced to migrate to the ridiculously poor Yahoo Music Jukebox. A massive downgrade in so many ways.
    I want to use iTunes but will not be able to if I cannot sort this issue out. I downloaded 7.5 before discovering that if you want to use Multi Plugin for skins you need to go back to iTunes 7.02. I've done that, but the skins available are completely pointless to my eyes. They don't change the colours of the main components, just the graphical bit at the top.
    What I need to do is change the background of the main browser windows so that they are black and the text is white (you know the track lists and tree views, etc). This must be a very simple case of just changing the codes somewhere, but I can't find where. I read somewhere that you need to hack into something call ResourceDB inside a file called iTunes.jar. There is no such file on my PC. Could that be a Mac thing?
    Please help someone if you can. I would like to become an iTunes user. There seems to be more music available than on Napster which I currently use.
    Thanks in advance
    Z

    In my opinion, it seems that Apple has decided to sacrifice usability so that iTunes would look more like a Mac application. You are probably already aware that using Windows' built-in high-contrast settings do not work in iTunes.
    I did some hacking at the resource file a while back, but I was unable to figure out how to change the color of the background. IIRC there was a resource whose description indicated it would change the background color, but when I changed the resource, nothing happened.
    I was, however, able to figure out how to make the "large" font much larger (any size you want, I suppose). Will that help? See
    http://home.comcast.net/~teridon73/ituneshacks/index.html
    You should provide feedback to Apple:
    http://www.apple.com/feedback/
    I don't think it is too harsh to call it "shameful" that Apple has chosen this design path. Where I work, we are required to make ALL applications (or any computer interface, such as a website) section 508 compliant. Of course, I'm being a bit of a hypocrite, because I've made no effort to make my website compliant. If you have trouble reading it, please let me know.

  • Boring set of desktop background colours.

    A few months ago, soon after I first bought my Mac, I managed to achieve a choice of the full spectrum of colours for my desk top background colour, ending up with a delightful shade of grass green. I've no idea how, but now, wanting a change I can't find anything in desk top / screen saver except the same old boring set of solid colors and I can't seem to access the spectrum ball at all in relation to desk top.
    Incidentally, clicking on screen saver has of late resulted in a frozen screen and the beachball (Agh), necessitating the use of 'force quit' to return to normality.
    Can anyone set out an uncomplicated route to help give a change to my desk top ? Big thank you in anticipation.

    The background is just for the preview window.
    The spectrum ball is a part of the built it colour menu, easily accessed with command shift C or show colours in various apps.
    To get your apple green background using just apps available in Leopard.
    Open TextEdit > Format > Show fonts which brings up the font menu with various options along the top of the window. Forth box from left contains a blank page icon > click on the blank page and choose your colour from the colour menu.
    The TextEdit window will then be your colour > Make a big as possible > use command shift 3 to take a screen shot which will be on your desktop.
    Double click screen shot which will open in preview > draw a cropping box with the curser as big as possible > Tools > Crop > Save in User > Pictures.
    Access pictures folder from System prefs > Desktop >>
    An easier way would be to use a graphics app but not as much fun
    Maybe Paintbrush
    http://www.versiontracker.com/dyn/moreinfo/macosx/32559

  • Marking words with background colour, the colour disappears when making pdf. How to do?

    Hi, I am working with a project that needs to highlight certain word or phrases with different colours. I use the background colour option to do this, but when making a pdf, the colour disappears. How do I get this to work? FM10 unstructured.
    JW

    Unfortunately, this doesn't work in FM10 (or 11) using the CMYK settings - you have to use RGB and convert the colours either in the PDF (with tools like Enfocus' PitstopPro) or during the postscript stage with a tool like PubliPDF (see: Grafikhuset Publi PDF for GPL licensed freebie version; usage details and other info is available at: Welcome to Grafikhuset Publi PDF ).
    You could also try using the CMYK joboptions setting in the RGB mode to see if you get an acceptable conversion (however be aware that any graphics and images in the documents may be affected). You should also set GetLibraryColorRGBFromCMYK=None to prevent FM from trying to do unnecessary colour conversions.
    The background colour feature works correctly in the CMYK mode starting only with FM12.

  • Background Colour Change in Windows IE6

    Hi,
    Have tried to sort this through a CSS forum, but am now
    wondering if it's an application problem. I've got a web page with
    the background colour set as #FEFFDE which is a very pale peach
    kind of colour. I've created a graphic (from a photo) in Freehand
    and given it the same background colour. They blend beautifully in
    IE and Safari and Mac, but in Windows IE the background shows as a
    different colour (pale yellow), although the graphic is fine. It
    looks like the CSS is ok, but someone has pointed out thatn doing a
    screen capture in irfanview from Opera on windows, the page
    background has RGB values 254,255,222 while the background in the
    outer parts of the spiral gif image is 251,251,225. Both have been
    selected using the cross-application colour palette on my Mac which
    still shows as #FEFFDE. Help! I'm pretty new at this so may be
    missing something obvious, but would be grateful for advice.
    Kind regards,
    Steph (NZ)

    The best way to do it, if you are using a JPG would be to
    make a small
    graphic from the background of the JPG image, and use that
    graphic as a
    tiling background to fill the page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Gondwanaland" <[email protected]> wrote in
    message
    news:f4cotd$9pc$[email protected]..
    > Hi,
    > Have tried to sort this through a CSS forum, but am now
    wondering if it's
    > an
    > application problem. I've got a web page with the
    background colour set
    > as
    > #FEFFDE which is a very pale peach kind of colour. I've
    created a graphic
    > (from a photo) in Freehand and given it the same
    background colour. They
    > blend beautifully in IE and Safari and Mac, but in
    Windows IE the
    > background
    > shows as a different colour (pale yellow), although the
    graphic is fine.
    > It
    > looks like the CSS is ok, but someone has pointed out
    thatn doing a screen
    > capture in irfanview from Opera on windows, the page
    background has RGB
    > values
    > 254,255,222 while the background in the outer parts of
    the spiral gif
    > image is
    > 251,251,225. Both have been selected using the
    cross-application colour
    > palette on my Mac which still shows as #FEFFDE. Help!
    I'm pretty new at
    > this
    > so may be missing something obvious, but would be
    grateful for advice.
    > Kind regards,
    > Steph (NZ)
    >

  • How can I change the background colour when working on a doc in full screen view (pages)?

    Recently I have been working on docs without the distraction of having to see my desktop around my page file by using the full screen view in pages. I do find the contrast to an all black screen too harsh though and it makes my eyes more tired than seeing the clutter of my desktop around the page. Is there any way I can change the background colour?
    Any help much appreciated!

    When you are in Full screen mode move the cursor up to the top to show the Format bar. Then look to the far right. There you'll see Background  and a rectangle. Click on the rectangle and change the colour.
    For information on Pages download the Pages User Guide from your Pages Help menu.

  • How do I change the background colour on notes. I need a darker background due to a visual issue. Apple has now discriminated those with visual issues.  I am so not happy with many of the new changes because of this.

    I am so not happy with the new changes especially when it come to the ability to change background colours, fonts and font sizes/ colours... Does Apple really think that their only audience is the young cool crowd or people who do not have a visual impairment.  Think before you make changes to your software and programs.  You WILL lose more people to androids if you continue this way.
    At least give users the ability to make apps like notes their owned by allowing them to pick the style, theme, background and colour, font size and colour. 
    A very ****** off Apple user who is now looking at Androids.

    Hi Tricia,
    I'm sorry but I don't see an ideal way to do this. Is it the yellow label text, e.g:  "New" against the white background which is causing the difficulty?
    The only way I've found of getting the colors to change in Notes is via Settings>General>Accessibility>Invert Colors but then it looks like something has barfed all over your screen.
    I'd be very, very surprised if Apple do not fix this, firstly because I believe "Accessibility" is a legal matter and secondly because they will not want to cause difficulty for their customers.  We have to remember that this is a major, major overhaul of iOS, it has essentially been taken back to the drawing board and done from scratch again, it may take a little time, but I'm sure they will fix these issues.
    Regards,
    Steve

Maybe you are looking for

  • How can I re-synchronize my photo collection on iPhoto FROM iPad TO iMac?

    Due to a config problem I´ve lost all my pictures on my iMac. But I have them all - luckily - on my iPad. But how can I get the collection back onto my iMac? Synchronizing via iTunes doesn´t work.....

  • JNI and Oracle 9i

    HI !!!! Please, is there anybody outthere ? We have a problem about using a packege that use a dll to cript-decprit data and java store procedure. We need to put in db oracle 9i the function to cript and decript data.So we need to use this. But using

  • I've been charged for 2 in app purchases but I've only received one on Pixel People?

    on Pixel People I made an in app purchase for a vip spin, but it asked me to accept terms and conditions and I had to go back into the app, I think clicked to spin again and actually got a spin, but I got charged for two, I don't know who to contact

  • Ora-06502: variable length too long on report query xml schema download

    on shared components/report queries/edit report query/ and downloading my queries in xml schema format (radio button). Get ORA-06502: PL/SQL: numeric or value error: raw variable length too long when i click the download button. EDIT: i want to add t

  • Cannot get midi audio into 5.1 surround

    Spent two days trying to get the mini to output DD 5.1 to my HK surround rec., it keeps defaulting to 2channel stereo. The 5.1 option is gray'd out, under utilities> midi> multichannel. Had apple tech on the phone for 2.5hrs yesterday; they made an a