enum transparencyMethod { kByLayer = 0, kByBlock = 1, kByAlpha = 2, kErrorValue = 3 };
McCmTransparency.h
成员 |
说明 |
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. |
This is record McCmTransparency::transparencyMethod.