geResetHilightSetAlphaBlendingParameters
geResetHilightSetAlphaBlendingParameters(
g_hSetId
)
=> t / nil
Description
Resets the alpha blending values to maximum values (1000) for the given highlight set.
Arguments
Value Returned
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
Return to top