fmeobjects.FMEAppearance.setAlpha

FMEAppearance.setAlpha()

setAlpha(alpha),

This routine sets the alpha of this Appearance. The alpha should be a floating point value in the range of 0.0 to 1.0, where 0.0 represents a fully transparent color, and 1.0 represents a fully opaque color. Setting the value to negative will remove this property from this appearance.

Parameters:

alpha (float) – The alpha value to set on the appearance.

Return type:

None