Poke word8 colors for shapes
This commit is contained in:
+2
-2
@@ -141,5 +141,5 @@ numColor _ = toV4 (1, 1, 1, 1)
|
||||
light4 :: Color -> Color
|
||||
light4 = light . light . light . light
|
||||
|
||||
toColor256 :: Color -> Color256
|
||||
toColor256 = over each floor . (255 *) . normalizeColor
|
||||
toColor8 :: Color -> Color8
|
||||
toColor8 = over each floor . (255 *) . normalizeColor
|
||||
|
||||
Reference in New Issue
Block a user