View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Keith[_2_] John Keith[_2_] is offline
external usenet poster
 
Posts: 175
Default Bitmap manipulation from VBA/VB

I am needing to load a bitmap, then run through some code that would
transform the image by looking at each pixel's color and if the RGB is less
than 10,10,10 then change the pixel to some other color. How do I do this?
Is there some kind of object I can use that will allow changing this from
VB/VBA?

--
Regards,
John