readme rewording

This commit is contained in:
2025-01-20 19:03:41 -05:00
parent da81ef7e15
commit 8c0b7e54db
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -369,6 +369,7 @@ def HEXtoRGB(hexCode) :
tempSum = 0
return rgbValues
# Takes in a list of 3 floats, returns a list of 3 integers
def CMYtoRGB(cmyValues) :
red = (1 - (cmyValues[0] / 100)) * 255