User Tag List

Results 1 to 6 of 6

Thread: Changing an Objects/Layers Color

  1. #1
    No Products Registered

    Join Date
    Jul 2008
    Posts
    131
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Changing an Objects/Layers Color

    How do I change an objects color or the entire layers, for example, to white or yellow, and so on? Due to the fact I'm on a crappy laptop, it can't handle pixel shaders.(In which I used a shader for color changing. However, as I said the use of pixel shaders lag my integrated gfx.)

    I can't think of any ink effect that allows this either. Maybe I'm missing something obvious. The Colorize extension solves the layer problem, but it can't do individual objects.

    There's an RBG Coefficient for objects(and layer), but I don't know how to achieve a specific color I want. For some reason I can only use black and red. (0-100)

  2. #2
    No Products Registered

    Join Date
    Jul 2008
    Posts
    131
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Changing an Objects/Layers Color

    Yeah so I should restate the question.

    How do I control the "RBG Coefficient" of an object to obtain a specific color?

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Changing an Objects/Layers Color

    GetRGB(Red,Green,Blue)

  4. #4
    No Products Registered

    Join Date
    Jul 2008
    Posts
    131
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Changing an Objects/Layers Color

    Quote Originally Posted by Dynasoft
    GetRGB(Red,Green,Blue)
    I see, thanks.

    So I tried this:

    start of frame--set rgb coef to GetRGB ( 255, 255 , 255).

    However, is there anyway to not have the transparency effect? In this case, RGB 255,255, 255 is completely transparent. I just want to obtain a pure white. Is that possible?

  5. #5
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Changing an Objects/Layers Color

    RGB 0,0,0 should be transparent. Try changing one of the values to 254 instead and see if that works?

  6. #6
    No Products Registered

    Join Date
    Jul 2008
    Posts
    131
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Changing an Objects/Layers Color

    Maybe here's a better explanation.


    On the right is what I want. On the left is what I get whenever I enter "GetRGB" values in. As you can see, the pure white is complete transparency. Although I don't mind the hue changes, I can't get a decent white.

Similar Threads

  1. changing the color of active objects?
    By ZayLong in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 27th July 2010, 10:59 AM
  2. Changing specific text color.
    By PicklesIIDX in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 10th September 2009, 10:32 PM
  3. Changing Color to the counter
    By Rabagast in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 27th April 2008, 09:52 AM
  4. Changing a Counter Color
    By Shmoo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 17th January 2007, 03:21 PM
  5. changing order of layers at runtime?
    By integrality in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 2nd July 2006, 07:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •