API Reference > OdCm Classes > OdCmTransparency Class > OdCmTransparency Enumerations > OdCmTransparency::transparencyMethod Enumeration
OdCmTransparency::transparencyMethod Enumeration
Syntax
C++
enum transparencyMethod { kByLayer = 0, kByBlock = 1, kByAlpha = 2, kErrorValue = 3 };

CmColorBase.h

Members 
Description 
kByLayer = 0 
Use the setting for the layer. 
kByBlock = 1 
Use the setting for the block. 
kByAlpha = 2 
Use the Alpha-value in this object. 
kErrorValue = 3 
Error value. 

Represents the transparency method.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.