Table of Contents

cmd.set_color

“cmd.set_color” defines a new color using the red, green, and blue (RGB) color components.

Parameters

cmd.set_color(string name, list-of-numbers rgb, int mode )

    

Implementation

def set_color(name, rgb, mode=0, quiet=1):

See Also

set_color | cmd.recolor | api