From 716eacfc7c2301fa20fdc71d473d4def8f790adb Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 15 Feb 2015 19:36:02 +0100 Subject: Use floating point color values in [0,1] Internal color representation is [0,1] now for every channel. --- private.h | 1 - 1 file changed, 1 deletion(-) (limited to 'private.h') diff --git a/private.h b/private.h index ff207e4..b568d8e 100644 --- a/private.h +++ b/private.h @@ -35,7 +35,6 @@ #include -#define PREFILTER_WHITE 255 #define EPS (1e-10) #define CMAP_SIZE 256 #define CMAP_SIZE_M1 255 -- cgit v1.2.3