rgb settings in surface tab
AbnerK
Posts: 718
Hi, me again. :) I've donwloaded a color picker but, I have to memorise the setting. I've got HSL, HSV, RGB and CMYK. However, as you know, the settings on the surface tabs is rgb in percentages or looks like it is. Is there a way I can change that so white is 255 255 255?
Either that or a different color picker that doesn't look like it was designed in 1998. :)
Actually if I'm haveing a wishlist then one that intergrates into Windows 10 like the Mac's colour picker wtih eye dropper. :)
Thanks
Post edited by AbnerK on
Comments
The nubers you see on the color bar is in decimal form. You will see longer versions of these numbers in DUF files when you save out material and shader presets.
White is 255 255 255 in RGB but in decimal form, its 1, 1, 1. Red is 1, 0, 0, Green is 0, 1, 0, and Blue is 0, 0, 1, The way you get the decimal form is you devide the RGB values by 255. So an RGB value of 250 is 0.9803921
In case you dont know, you can click on the color channel and get a regular color picker where you can input RGB values from 0-255