time_marker_rgb#

plot.time_marker_rgb(p0: float, p1: float, p2: float) int#

Controls the color of the time marker in the selected plot(s). For use with transient flipbook or keyframe animations.

The time marker is white by default.
Args:
p0:

‘red_val’ red, green, blue contributions of the color (0.0 to 1.0)

p1:

‘grn_val’ red, green, blue contributions of the color (0.0 to 1.0)

p2:

‘blu_val’ red, green, blue contributions of the color (0.0 to 1.0)

Examples:
ensight.plot.select_begin(1)
ensight.plot.animate_curves("ON")
ensight.plot.time_marker("ON")
ensight.plot.time_marker_rgb(1.0,1.0,0.0)
ensight.plot.time_marker_style("dotted")
ensight.plot.time_marker_width(2)
Returns:

zero on success, non-zero on error