rgb#

frame.rgb(p0: float, p1: float, p2: float) int#

Sets the color of the axes and labels of the selected frame.

Args:
p0:

‘red_val’ red, green, and blue components between 0.0 and 1.0

p1:

‘grn_val’ red, green, and blue components between 0.0 and 1.0

p2:

‘blu_val’ red, green, and blue components between 0.0 and 1.0

Examples:
ensight.frame.select_begin(1)
ensight.frame.rgb(1.0000e+00,0.0000e+00,3.9608e-01)
Returns:

zero on success, non-zero on error