I am hoping someone is able to guide me through how I convert pixel floating point color (e.g.0, 0, 0, 0,) to RGB value (e.g. 255.255.255) using Color8(). I have found the documentation and tried several ways to implement it, to no avail.
A tiny example would be a huge help if possible.
I am currently using get_pixelv and would like to convert it to 255 values and display that on screen. I currently have the floating points showing