`ColorType::Rgb32`?
#2054
-
Hello guys! Would it be worth it to add this to the enum in a PR? |
Beta Was this translation helpful? Give feedback.
Answered by
fintelia
Nov 12, 2023
Replies: 1 comment 4 replies
-
There isn't currently, because we try to limit |
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
I think you might be confusing bits per sample with bits per pixel. Rgb8 is 8 bits per sample, but 24-bits per pixel. RgbF32 is 32 bits per sample / 96-bits per pixel.