Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geResetHilightSetAlphaBlendingParameters

geResetHilightSetAlphaBlendingParameters( 
g_hSetId
) 
=> t / nil

Description

Resets the alpha blending values to maximum values (1000) for the given highlight set.

Arguments

g_hSetId

The highlight set ID.

Value Returned

t

The function completed successfully.

nil

The function did not complete successfully.

Examples

The following example resets the alpha blending values for a highlight set.

hSetId = geCreateHilightSet(geGetEditCellView() list("Metal1" "drawing"))
geAddHilightRectangle(hSetId list(0:0 5:5))
hSetId->enable=t
geSetHilightSetAlphaBlendingParameters(hSetId 650 650 650)
hiRedraw()
geResetHilightSetAlphaBlendingParameters(hSetId)
hiRedraw()

Related Topics

Highlight Functions


Return to top
 ⠀
X