Set just the Alpha component of the color associated with the specified mask value. The Blue, Green, and Red components of that color entry are unchanged.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Parameters
- maskVal
- Type: System Byte
The mask pixel value.
- alphaVal
- Type: System Byte
The desired Alpha value. Zero means fully transparent, while 255 means fully opaque.
Remarks
Changed Raised when the color map changes.
See Also