Page 1 of 1

sketch panel change

Posted: 01 Mar 2015, 16:17
by furushil
Hello,

I would like to change the original "sketch panel RGB" panel in TVP 11 and I need some help.
I already changed the red,blue and black buttons so that everything works appropriately. What I want to do now is to change the "green" buttons to the RGB color 255 150 0.
The problem is that I don't know what to type in the script command line for the "erase the color" button and the "magic eraser" button. There is supposed to be a pixel matrix but I have no idea what the right matrix would be.

My colors in the panel are:
Red: 255 0 0
Blue: 0 150 255
Black: 0 0 0

I want the third color to be 255 150 0 and the erase buttons should not affect the other colors.

Re: sketch panel change

Posted: 01 Mar 2015, 23:14
by schwarzgrau
I asked myself too, what color model this is, but if I'm not wrong you already can find the orange you're searching for in the regular sketch panel.

Re: sketch panel change

Posted: 02 Mar 2015, 09:04
by furushil
schwarzgrau wrote:you already can find the orange you're searching for in the regular sketch panel.
Unfortunately it is not that easy. If I use the orange erase buttons in that panel, they also erase parts of the blue or red channels from my panel.
I need to edit the orange (erase) buttons and need to know what I should type in the script command line so that they don't affect the other colors.

Re: sketch panel change

Posted: 02 Mar 2015, 11:07
by Elodie
With sketch panels, colors are linked together.

If you use orange, then you cannot use green or red, as you need red and green values to make orange.
That's why every sketch panel propose different colors and nuances (blue is not the same in both panels).

Re: sketch panel change

Posted: 02 Mar 2015, 14:15
by furushil
Elodie wrote:If you use orange, then you cannot use green or red, as you need red and green values to make orange.
Ok, it seems kind of obvious now that it is not possible to do what I was trying to do.
I will just use my red and blue then (just like in TVP10) without the green.

Thank you for the clarification.