diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-07-14 01:25:18 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-07-14 01:25:18 -0700 |
commit | e0d86d6537155c2921e5b8868dcb8b16f7de67c6 (patch) | |
tree | 7b5f120ee237b69d7038b79e4f0016c1a24ba70e | |
parent | 648d9432b6fe42589cecdab0a2b5747cb6145559 (diff) | |
download | mu-e0d86d6537155c2921e5b8868dcb8b16f7de67c6.tar.gz |
.
-rw-r--r-- | 505colors.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/505colors.mu b/505colors.mu index b45b33e0..45b13ab5 100644 --- a/505colors.mu +++ b/505colors.mu @@ -298,7 +298,7 @@ fn test-nearest-color-euclidean-hsl { check-ints-equal red, 0x28/40, "F - test-nearest-color-euclidean-hsl/full-red5" # try a number really close to red but on the other side of the cylinder red <- nearest-color-euclidean-hsl 0xff, 0xff, 0xff - draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, red, 7/fg 0/bg +#? draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, red, 7/fg 0/bg check-ints-equal red, 0x57/87, "F - test-nearest-color-euclidean-hsl/other-end-of-red" # still looks red # half-saturation red from lightest to darkest red <- nearest-color-euclidean-hsl 0, 0x80, 0xff |