does anyone know how I can define dulux rgb colours in the material editor
It only accepts rgb values 0-1 not 0-255.
Setting colors in the 0-255 range will be supported in the upcoming version of FluidRay RT.
@Cactus simply divide your RGB #s by 255, Each one. Example, if rgb is 160,116,0, then 160/255 = .628. 116/255 = .455 and 0 is always 0.
I use Pantone and have to do it this way for now.
@nicola thanks for this information.
FluidRay 1.1.2, which is just been released, supports setting colors in the range 0-255
1 Like