to adjust opacity value of filling shape

Please use this part to report bugs & errors, ask questions & "How to..."
Post Reply
arche75
Posts: 25
Joined: 13 Jan 2008, 08:01

to adjust opacity value of filling shape

Post by arche75 »

Hi~
I use freehand fill tool often. so I want to make a icon in Tool Bin.
But I don't know how to command for adjusting opacity value.

Example of type script's command,
tv_Pen size

Please, tell me command to adjust opacity value or other ways easily.

[/img]
Attachments
opacity2.jpg
opacity2.jpg (20.96 KiB) Viewed 11038 times
opacity.jpg
opacity.jpg (53.39 KiB) Viewed 11048 times
Last edited by arche75 on 13 Jan 2008, 09:58, edited 1 time in total.
Manuel
Posts: 673
Joined: 09 Feb 2006, 14:09
Location: France-Moselle

Post by Manuel »

You can adjust and use the density curve.
Add these lines for a density of 60/255:

tv_DensityOn
tv_DensityLineX 0 60 255 60
tv_DensityModeX Max
tv_DensityModeY None

Line 1 : activate the Density profile.
Line 2 : draw a line from 0 to 255 with value 60
Line 3 : Apply the density in uniform mode along X
Line 4 : Don't care of Y
Manuel
User avatar
ZigOtto
Posts: 4102
Joined: 17 Feb 2006, 22:50
Location: south-Petazonia

Post by ZigOtto »

as exemple, I have quickly done a CP with 4 preset buttons
and posted it in the contents sharing section.
feel free to upload it, tweak it and use it, without moderation.
:)
arche75
Posts: 25
Joined: 13 Jan 2008, 08:01

Post by arche75 »

Thanks to ZigOtto, Manuel
My work will progress well.
I appreciate your help.
Post Reply