SetAlpha

Sets the opacity or transparency of the IColor80 object.

 

JavaScript

 

SetAlpha(double Alpha)

 

C#

 

void SetAlpha(

       double Alpha)

 

C++

 

HRESULT SetAlpha(

       double Alpha)

Parameters

Alpha

The opacity or transparency value (0.0 – 1.0) of the IColor80 object.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.