Interpolated Color Gradient across Drawable.Line #1298
Unanswered
Shook-Software
asked this question in
Help
Replies: 1 comment 4 replies
-
Can you explain visually what you are trying to do? Not sure if I understand what you want. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm trying to interpolate colors across each line I draw using Drawable.Line() but I can't seem to find any way to apply such an operation on a single line, only upon the full image. Each line has a given color, and I want to interpolate from a darkened color at each end of the line to the given color in the middle.
Am I mistaken in my approach, or is there an operation to do just this that I'm not seeing?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions