blend_levels#
- viewport.blend_levels(p0: int) int #
Specify the number of (vertical) levels of the corresponding blended background type for the selected viewport(s).
- Args:
- p0:
‘num’ number of levels in I[1,n] for the blended background type
- Examples:
ensight.viewport.select_begin(0) ensight.viewport.blend_levels(3)
- Returns:
zero on success, non-zero on error