ColorComparisonMode Enumeration

Specifies how colors are compared during the Magic Wand algorithm.

Module: aspose.imaging.magicwand

Full Name: aspose.imaging.magicwand.ColorComparisonMode

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
CUSTOMColor comparison algorithm is defined by user.
RGB_DEFAULTColors are compared in the RGB color space.
Every color difference must satisfy the threshold.
YUV_DEFAULTColors are compared in the YUV color space.
Every color difference must satisfy the threshold.
YUV_LESS_LUMA_SENSITIVEColors are compared in the YUV color space.
Color information differences must satisfy the threshold, the threshold for luminance component is doubled.