瀏覽代碼

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

git-svn-id: trunk@22001 -
marco 13 年之前
父節點
當前提交
f52c55ea59
共有 1 個文件被更改,包括 1 次插入1 次删除
  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