We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a7bf5 commit cad5a4fCopy full SHA for cad5a4f
components/formats-gpl/src/loci/formats/in/ZeissLSMReader.java
@@ -1134,7 +1134,7 @@ else if (zCoordinates.size() == i) {
1134
// if this is not the first channel, copy the color from the
1135
// previous channel (necessary for SIM data)
1136
// otherwise set the color to white, as this will display better
1137
- if (red == 0 && green == 0 & blue == 0) {
+ if (red == 0 && green == 0 && blue == 0) {
1138
if (i > 0 && isSIM) {
1139
red = channelColor[i - 1].getRed();
1140
green = channelColor[i - 1].getGreen();
0 commit comments