Values ¶
            hou.drawableHighlightMode.Glow
        
Display the drawable with a glow by using the color2 parameter.
            hou.drawableHighlightMode.Matte
        
Display the drawable matte only by using the color1 parameter.
            hou.drawableHighlightMode.GlowMinusMatte
        
Display a glow around the drawable without drawing the matte, typically used to draw a silhouette.
            hou.drawableHighlightMode.MatteOverGlow
        
Display the matte over the glow.
            hou.drawableHighlightMode.Transparent
        
Make the drawable completely transparent. Useful to hide parts of other drawables.