CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Color Selector

  1. #1
    Join Date
    Apr 1999
    Posts
    13

    Color Selector

    Hi
    Does anybody know how to create a color spectrum or a "fill" like the one in PaintShop Pro
    using VB?

    Thank you


  2. #2
    Join Date
    Jan 2000
    Location
    Sweden, Kungsbacka
    Posts
    10

    Re: Color Selector

    Yes, but it's slow (Nothing for realtme-graphix)
    But, let's say in a paint app
    You will have to set the start point for the filling and the go in all directions from that point and check wether the color is within the limits or not. I can explain it with some code if you want


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured