0 purchases
rgbmatch 0.0.1
rgbmatch
Usage
from rgbmatch import closest_rgb
rgbmatch.closest_rgb(
(0,0,0),
[
(95,110,5),
(4,4,4),
(100,100,100)
]
)
# (4, 4, 4)
Call help(closest_rgb) for more information.
Links
Repository
PyPI
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.