vote up 2 vote down star

Lets say I have a black and white .jpeg image. How could I change the white pixels in the jpeg image to red using the hexidecimal format (ie going from #FFFFFFFF to #FFFF4F4B)?

flag

41% accept rate

2 Answers

vote up 3 vote down

You could also use a Pixel Shader Bitmap Effect. Here is a similar example.

link|flag
you should be careful with the Bitmap Effects, they can REALLY stomp on performance. – chupacabra Oct 14 at 3:58
vote up 1 vote down

if you are using silverlight 3 then you should look at WriteableBitmap here is a sample

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.