ColorSimilarityChecker

Interface for checking the similarity between two RGB colors.

This interface defines a function to determine if two RGB colors are similar within a specified tolerance.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun isSimilar(rgb1: RGB, rgb2: RGB, tolerance: Double): Boolean

Checks if two RGB colors are similar within a specified tolerance.