ColorComparisonMode Enumeration
Specifies how colors are compared during the Magic Wand algorithm.
Module: aspose.imaging.magicwand
Full Name: aspose.imaging.magicwand.ColorComparisonMode
Members
Member name | Description |
---|---|
CUSTOM | Color comparison algorithm is defined by user. |
RGB_DEFAULT | Colors are compared in the RGB color space. Every color difference must satisfy the threshold. |
YUV_DEFAULT | Colors are compared in the YUV color space. Every color difference must satisfy the threshold. |
YUV_LESS_LUMA_SENSITIVE | Colors are compared in the YUV color space. Color information differences must satisfy the threshold, the threshold for luminance component is doubled. |