On 23/02/2017 at 00:31, xxxxxxxx wrote:
Hi there,
I tried to set a Layer Color via
> layer_data = layer.GetLayerData(doc)
>
> layer_data['color'] = c4d.Vector(200,100,50)
>
> layer.SetLayerData(doc,layer_data)
If I take 255,0,0 as RGB-Values, it's a red one so this works basically.
But the result of 200,100,50 is a white layer instead of a brown one.
why?