Closed ripytide closed 5 months ago
Closing temporarily in favor of #106 since I'd rather rebase this change onto that PR than the other way round as that ones huge lol.
I've opened #107 since github won't let me re-open this one after a force-push :(
Fixes #21
One concern I have when implementing the
Rgbw
pixel type is whatFrom<>
implementations to add since converting toRgb
andBgr
seems possible but could be lossy since the white component would be lost which could change the color quite drastically whereas all the other currentFrom
conversions simply change the memory layout of the same components.For this reason I have not added any
From
conversions with the existing pixel types.