SetAlpha

Sets the opacity or transparency of the IColor66 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 SGColor object.

Exceptions

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