Discuss this help topic in SecureBlackbox Forum
Adds a color component to the mask.
Declaration
Parameters
Return value
Returns the index of the newly added items in the lists of min and max mask values.
Description
Use this method to add min amd max mask values for specific color component. Use of ths method depends on the value of ColorSpaceType. For instance, for RGB images AddMaskColorComponent should be called three times (for each component R, G and B) to mask specific color or a range of colors. The min and max mask values are added to the corresponding lists: MaskColorComponentsMin and MaskColorComponentsMax.