Browse Source

* fixed a copy and paste typo as indicated by Ocean Mantis #22559

git-svn-id: trunk@22001 -
marco 13 years ago
parent
commit
f52c55ea59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-image/src/fpreadtiff.pas

+ 1 - 1
packages/fcl-image/src/fpreadtiff.pas

@@ -1821,7 +1821,7 @@ begin
                 end;
               end;
               // CMYK to RGB
-              Col:=CMYKToFPColor(RedValue,GrayValue,BlueValue,GrayValue);
+              Col:=CMYKToFPColor(RedValue,GreenValue,BlueValue,GrayValue);
             end;
 
           else