Package com.osmb.api.visual.color.tolerance.impl
package com.osmb.api.visual.color.tolerance.impl
-
ClassesClassDescriptionThe
ChannelThresholdComparatorclass implements theToleranceComparatorinterface and is used to compare RGB or HSL values to determine whether they are within a specified tolerance range for each of the three channels (Red/Green/Blue or Hue/Saturation/Lightness).TheChannelThresholdComparatorclass implements theToleranceComparatorinterface and is used to compare RGB or HSL values to determine whether they are within a specified tolerance range for each of the three channels (Red/Green/Blue or Hue/Saturation/Lightness).TheSingleThresholdComparatorclass implements theToleranceComparatorinterface and is used to compare the difference between the channels of two colors (e.g., RGB or HSL) against a single, unified tolerance threshold.