Skip to content

Releases: abdullah-1312007/colors-python

Color Conversion

20 Jan 17:18
77dd34d

Choose a tag to compare

This release adds color conversion to ColorsPy. It adds RGB to HEX and HEX to RGB conversion.

Example Code:

from colorspy import *

converter = ColorConverter()

hex_red = converter.rgb2hex((255, 0, 0))

rgb_blue = converter.hex2rgb('#0000ff')


[colorspy-0.2.1.tar.gz](https://github.com/abdullah-1312007/colors-python/files/5844091/colorspy-0.2.1.tar.gz)