06.04.2026, 10:38
But this code will work in R74 ?
In R72 this code will work, but since I don't have R74 installed, I cannot test it in R74.
Dan
if vs.core.core_version.release_major < 74:
clip_color_range = vs.ColorRange(props.get('_ColorRange', vs.RANGE_LIMITED.value))
else:
clip_color_range = vs.Range(props.get('_Range', vs.RANGE_LIMITED.value))In R72 this code will work, but since I don't have R74 installed, I cannot test it in R74.
Dan

