User Tag List

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 21

Thread: Colorizer Build 6 - Pre-RC

  1. #11
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Colorizer Build 6 - Pre-RC

    The colorizer doesn't seem to properly reset for me. Maybe I made a mistake.

    See here:
    Attached files Attached files

  2. #12
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Colorizer Build 6 - Pre-RC

    Suggestion:

    I've always been a fan of fading effects. Currently I use counters that constantly approach a "target" value and input the counter values into the colorizer.

    Of course it'd be nice if the colorizer would do the fading instead. E.g. when setting a new value, you can enter how many frames it will take until the value is in full effect. If you enter 0 it behaves like it does right now.

  3. #13
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Colorizer Build 6 - Pre-RC

    @The bug:
    In event one, you changed Blue of Green, Green of Blue and Red of Red.
    In the second one you change Blue of Blue, Green of Green and Red of Red.
    Therefore, Blue of Blue and Green of Green would never change, Blue of Green and Green of Blue would not reset. Red of Red will do the work.

    @The suggestion:

    I'll try and implement it to Build 7 (RC).

  4. #14
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Colorizer Build 6 - Pre-RC

    Sorry, I don't quite understand what I did wrong. Probably I don't even quite understand what exactly the extension does. Maybe there should be a "reset" action?

  5. #15
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Colorizer Build 6 - Pre-RC

    The colorize mode takes 9 parameters, Red of Red, Red of green... Green of red... blue of blue.
    Then the new color goes like this:
    newr=r*rr+g*rg+b*rb
    newg=r*gr+g*gg+b*gb
    newb=r*br+g*bg+b*bb
    (while r g and b are the old color RGBs, and rr, rg etc are the parameters you entered)

    Reset will simply do
    rr=1
    gg=1
    bb=1
    And all the others are 0.
    maybe a default preset will help

  6. #16
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Colorizer Build 6 - Pre-RC

    Oh I see now. That makes sense. When will the popup message be gone? (if it was gone, I could use it in my main project and thus test it more)

  7. #17
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Colorizer Build 6 - Pre-RC

    Next build, RC, and of course on the release build.

  8. #18
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Colorizer Build 6 - Pre-RC

    Here's a little something - an MFA to play around with the colorizer and examine what does what:
    Attached files Attached files

  9. #19
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Colorizer Build 6 - Pre-RC

    Some really nice example, I might add it to the release version if you want
    (Credited of course)

  10. #20
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Colorizer Build 6 - Pre-RC

    Sure, go for it, that was the plan.

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. Colorizer - Build 7 RC
    By LIJI in forum Extension Developers Lobby
    Replies: 15
    Last Post: 19th December 2006, 12:42 PM
  2. Colorizer Build 5
    By LIJI in forum Extension Developers Lobby
    Replies: 6
    Last Post: 20th November 2006, 03:56 PM
  3. Colorizer Build 4
    By LIJI in forum Extension Developers Lobby
    Replies: 6
    Last Post: 17th November 2006, 05:37 PM
  4. Colorizer, Build 2 (Optimized)
    By LIJI in forum Extension Developers Lobby
    Replies: 12
    Last Post: 17th November 2006, 12:27 PM
  5. Colorizer, Build 1 Version 0.9
    By LIJI in forum Extension Developers Lobby
    Replies: 24
    Last Post: 3rd October 2006, 06:20 PM

Posting Permissions

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