
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
I have seen this code:
int rgb332(byte[] reds, byte[] greens, byte[] blues) {
//Color c;
for (int i=0; i<256; i++) {
reds[i] = (
byte)(i&0xe0);
greens[i] = (
byte)((i<<3)&0xe0);
blues[i] = (
byte)((i<<6)&0xc0);
}
return 256;
}
Does anyone knows how to modified so I can use anothers LUTS, I would like the 16 colours ramp.
I know that I can download the LUTs but i can´t see the code of them.¿ IS there any place where
I can see the code?
Thank you.
Express yourself instantly with MSN Messenger!
MSN Messenger
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>
http://get.splunk.com/_______________________________________________
Ij-plugins-users mailing list
Ij-plugins-users@...
https://lists.sourceforge.net/lists/listinfo/ij-plugins-users