dimmingOn
layout dimmingOn boolean { t | nil }
graphic dimmingOn boolean { t | nil }
Description
Specifies whether you can change the luminosity of the objects in the cellview.
GUI Equivalent
Examples
envGetVal("layout" "dimmingOn")
envSetVal("layout" "dimmingOn" 'boolean t)
envGetVal("graphic" "dimmingOn")
envSetVal("graphic" "dimmingOn" 'boolean t)
Related Topics
Return to top