> 8-Bit Graphics
Posted: Thu Jul 20, 2023 12:34 am
Requesting support for graphics with > 8 bits per channel (RGB) depth.
Existing functions could be modified like so:
10- and 12-bit depths are starting to be used in video and high-end graphics.
Existing functions could be modified like so:
Code: Select all
Result = Red(Color[,Depth])
Code: Select all
Result = Red(Color,10)