Package com.osmb.api.visual.color.tolerance.impl


package com.osmb.api.visual.color.tolerance.impl
  • Classes
    Class
    Description
    The ChannelThresholdComparator class implements the ToleranceComparator interface 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).
    The ChannelThresholdComparator class implements the ToleranceComparator interface 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).
    The SingleThresholdComparator class implements the ToleranceComparator interface and is used to compare the difference between the channels of two colors (e.g., RGB or HSL) against a single, unified tolerance threshold.