color class of .net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • swati2707
    New Member
    • Mar 2008
    • 1

    color class of .net

    plz teel me how to implement the property of changing colors of image in .net
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Bitmap objects have GetPixel() and SetPixel() functions. You can set colors there.

    Comment

    Working...