01-21-2014 08:52 AM
THAT MEANS IT CONSIST OF A COLOR ARRAY. AND ON PROGRESSING PRINTING CURREPONDING RED PIXEL GET GREEN COLOR?
01-21-2014 10:18 PM
01-22-2014 06:17 AM
CHECK ATTACHED PROGRAM.... I WANT TO CONVERT STEP BY STEP ALL BLUE TO GREEN.
01-23-2014 02:20 AM
Hello,
what does that mean - all blue to green? Do you want to swap the color channels? Or do you want to replace true blue values with true red values?
Anyway, you should use Labview native functions for optimal performance (not Mathscript nodes, which are actually really slow...). (I've also put the numeric constants outside the for loops - not because of performance, but readability).
You need to explain in more detail what are you trying to do?
Best regards,
K