node_rgb#
- annot_entlbl.node_rgb(p0: float, p1: float, p2: float) int #
Sets the color of node id labels.
This is a normal rgb color triple. The effect of this command is global - namely, all node labels are affected.- Args:
- p0:
‘red_val’ red, green, blue components of the color (0.0 to 1.0)
- p1:
‘grn_val’ red, green, blue components of the color (0.0 to 1.0)
- p2:
‘blu_val’ red, green, blue components of the color (0.0 to 1.0)
- Examples:
ensight.annot_entlbl.node_rgb(0.000000,1.000000,0.800000)
- Returns:
zero on success, non-zero on error