|
|
I've been working on POVColor for a little while now. It can still be
downloaded from povcolor.sourceforge.net or
www.sourceforge.net/projects/povcolor
Changes:
Color dialog now supports switching from RGB to HSL
Gradient dialog has an Erase All Items button to easily clear the gradient
Gradient items now have two sides, a left bound and a right bound. This is
to support the way POVRay can have two colors at the same position such as:
color_map
{
[0 Red]
[0.5 Green]
[0.5 Blue]
[1 Yellow]
}
Above, the left of 0.5 is green and the right is blue. In POVColor, you
should not place two items at the same position because of the way it sorts
them internally, it may swap there order and it will not display them
correctly.
You can now also load maps saved with POVColor.
Exported presets are saved in a POVRay syntax. You can also import presets
from the files, as long as it does not contain color names and uses vector
format.
Post a reply to this message
|
|