Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdCmTransparency::setMethod Method
Syntax
C++
void setMethod(transparencyMethod method);

Sets the transparency method for the transparency object. 

 

Parameters
Description
method
[in] Transparency method as the transparencyMethod enumeration.

The transparency method can be one of the following: 

 

Name
Value
Description
kByLayer
0
Transparency is specified by the layer object that the object is assigned to.
kByBlock
1
Transparency is specified by the block object that the object is contained in.
kByAlpha
2
Transparency is specified by an alpha value.
Copyright © 2002-2022. Open Design Alliance All rights reserved.