|
-
Aug 30th, 2021, 05:55 AM
#36
Re: [RESOLVED] picturebox upsidedown-gradient
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
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
|