|
-
Aug 31st, 2021, 08:51 AM
#37
Addicted Member
Re: [RESOLVED] picturebox upsidedown-gradient
 Originally Posted by Schmidt
If you take the former example:
Pat.AddColorStop 0.7, vbRed
Pat.AddColorStop 0.99, vbGreen
Pat.AddColorStop 1, vbBlue
Then the opposite direction would be this:
Pat.AddColorStop 0.3, vbRed ' = 1 - 0.7
Pat.AddColorStop 0.01, vbGreen ' = 1 - 0.99
Pat.AddColorStop 0, vbBlue ' = 1 - 1
Olaf
Actually, I made addendums to my original message, in the form of 2 separate 'Edit's (Edit and Edit-2) and a Note at the end. From your answer, I get a feeling that you have tried to answer my original message only and not my addendums. If so, I kindly request you to see my addendums too and kindly please help me out.
Kind regards.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|