Hello,

Maybe this is quite trivial, but I am a little confused about the RGB values represented in my numpy arrays.

I get floats between zero and one, such as (0.45803295125156029, 0.10643323197708233, 0.18076931323028619) (this should be a slightly red color). 

Is there a way for me to convert this to normal RGB values? My understanding is that they should be whole integers.

Thank you,

Michael Alonge