glyphTransparency
layout glyphTransparency int transparencyLevel
graphic glyphTransparency int transparencyLevel
Description
Lets you set the transparency level of the glyph. You can choose a value from 0 to 100, where 100 makes the glyph fully transparent.
GUI Equivalent
Examples
envGetVal("graphic" "glyphTransparency")
envSetVal("graphic" "glyphTransparency" 'int 70)
envGetVal("layout" "glyphTransparency")
envSetVal("layout" "glyphTransparency" 'int 35)
Related Topics
Return to top