Depth24Image.st
changeset 4721 ece6b3ce6b99
parent 4719 b645e2f1a76a
child 4760 075322ae4864
equal deleted inserted replaced
4720:eaa1e97f9028 4721:ece6b3ce6b99
   403 		    /*
   403 		    /*
   404 		     * minIdx is now index into fixColors
   404 		     * minIdx is now index into fixColors
   405 		     */
   405 		     */
   406 		    cacheP[cacheIdx] = clrIdx = minIdx;
   406 		    cacheP[cacheIdx] = clrIdx = minIdx;
   407 /*
   407 /*
   408 console_printf("want %d/%d/%d best: %d [%d/%d/%d]\n", __wantR, __wantG, __wantB, clrIdx, redP[clrIdx], greenP[clrIdx], blueP[clrIdx]);
   408 console_fprintf(stderr, "want %d/%d/%d best: %d [%d/%d/%d]\n", __wantR, __wantG, __wantB, clrIdx, redP[clrIdx], greenP[clrIdx], blueP[clrIdx]);
   409 */
   409 */
   410 		}
   410 		}
   411 
   411 
   412 		/*
   412 		/*
   413 		 * store the corresponding dither colorId
   413 		 * store the corresponding dither colorId
  1917 		dR = dp[0];
  1917 		dR = dp[0];
  1918 		dG = dp[1];
  1918 		dG = dp[1];
  1919 		dB = dp[2];
  1919 		dB = dp[2];
  1920 
  1920 
  1921 /*
  1921 /*
  1922 console_printf("want: %d/%d/%d (%d/%d/%d) got: %d/%d/%d\n",
  1922 console_fprintf(stderr, "want: %d/%d/%d (%d/%d/%d) got: %d/%d/%d\n",
  1923 		__wantR, __wantG, __wantB,
  1923 		__wantR, __wantG, __wantB,
  1924 		__wR, __wG, __wB,
  1924 		__wR, __wG, __wB,
  1925 		dR, dG, dB);
  1925 		dR, dG, dB);
  1926 */
  1926 */
  1927 		/*
  1927 		/*
  3023 ! !
  3023 ! !
  3024 
  3024 
  3025 !Depth24Image class methodsFor:'documentation'!
  3025 !Depth24Image class methodsFor:'documentation'!
  3026 
  3026 
  3027 version
  3027 version
  3028     ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.84 2007-01-24 13:41:20 cg Exp $'
  3028     ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.85 2007-02-22 15:11:02 cg Exp $'
  3029 ! !
  3029 ! !