PictureEffectsRaw Xojo Plugin

ReplaceColorEffectRaw.ColorDifferenceMethods Enum

Enum with color difference methods to evaluate color distances

enum ReplaceColorEffectRaw.ColorDifferenceMethods

Constants

EUCLIDEAN = 0Euclidean method.
EUCLIDEAN_WEIGHTED = 1Euclidean weighted method. The weighted one takes into account how human eye sees colors. This gives better results for some cases and worse results for other cases.