From b1ca817e3879bc070df1d1750ac6499421cb99d7 Mon Sep 17 00:00:00 2001 From: cheapie Date: Thu, 19 May 2016 14:24:13 -0500 Subject: Add 64-color mode --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 04743cc..a773489 100644 --- a/README +++ b/README @@ -35,10 +35,13 @@ Edit the settings at the top of init.lua to change what colors are available. Th 16 color mode: off, black, blue, brown, cyan, darkblue, darkcyan, darkgray, darkgreen, darkmagenta, darkred, gray, green, magenta, red, white, yellow -12-bit 4096 color mode: +64 color mode: +Same as 4096-color (below), but only even digits work (so "EEAA88" works but "55BBFF" doesn't). + +4096 color mode: Any 6-digit hex value where the two digits for each part are the same. For example, "00FF66" and "112233" work, but "5678AC" will not. -24-bit "True Color" mode: +"True Color" mode: While the code is present, engine limitations do not allow this many nodes to be registered. If this ever changes, any hex value (such as "237AF0" or "C0FFEE") will work. Adding more colors: -- cgit v1.2.3