Color with more than 8bpp #259
-
Hey there. I have a Tiff Image with 48 bpp which i want to modify. However, the Color i have to give to Pens and Brushes only accepts a byte as input, no Values bigger than 255 (8bpp). How do i get a Color that is, for example, 500, 800, 100? |
Beta Was this translation helpful? Give feedback.
Answered by
JimBobSquarePants
Mar 6, 2023
Replies: 1 comment
-
You can pass an |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Aaron2550
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can pass an
Rgba64
to theColor
constructor