Tagged Questions

7
votes
5answers
489 views

How to set same (constant) hue value for every pixel's of an image by using ColorMatrix?

I am trying to set a constant hue value for entire image with using ColorMatrix. My goal is to make entire image look with same color without loosing brightness of any area. I found a way to shift the ...
0
votes
2answers
478 views

colorTransform equivalent color matrix

I'm trying to convert a simple FXG to SVG. The conversion is pretty much straightforward, but I'm encountering a color manipulation problem. The FXG have a base shades of gray path, and I apply a ...
0
votes
2answers
815 views

How to continuously fade a BitmapData to a certain color?

I'm drawing stuff on a bitmapData and I need to continuously fade every pixel to 0x808080 while still drawing (its for a DisplacementMapFilter)... I think this illustrates my problem: ...