GainMaskGenerator.SetMaskingType Method#
Definition#
Namespace: P1.ImageSdk
Sets which image channels to use for gain mask generation.
public void SetMaskingType(MaskingType type);
Parameters:
type |
The masking type to use: MaskingType.Luma for luma (grayscale), or MaskingType.Separate_RGB to process each RGB channel individually. |