public final class ColorComparisonMode
extends com.aspose.ms.System.Enum
Specifies how colors are compared during the Magic Wand algorithm.
| Modifier and Type | Field and Description |
|---|---|
static int |
Custom
Color comparison algorithm is defined by user.
|
static int |
RgbDefault
Colors are compared in the RGB color space.
|
static int |
YuvDefault
Colors are compared in the YUV color space.
|
static int |
YuvLessLumaSensitive
Colors are compared in the YUV color space.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString, toStringpublic static final int RgbDefault
Colors are compared in the RGB color space. Every color difference must satisfy the threshold.
public static final int YuvDefault
Colors are compared in the YUV color space. Every color difference must satisfy the threshold.
public static final int YuvLessLumaSensitive
Colors are compared in the YUV color space. Color information differences must satisfy the threshold, the threshold for luminance component is doubled.
public static final int Custom
Color comparison algorithm is defined by user.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.