浏览代码

* changed transparAnt to transparEnt

luk 22 年之前
父节点
当前提交
580bd29c50
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fcl/image/fpcolors.inc

+ 2 - 2
fcl/image/fpcolors.inc

@@ -17,9 +17,9 @@ const
   BytesNeeded : array[TColorFormat] of byte =
       (1,1,1,1,2,3,1,2,4,2,2,3,4,6,1,2,4,8,2,2,3,4,6,1,2,4,8);
 
-  alphaTransparant = $0000;
+  alphaTransparent = $0000;
   alphaOpaque      = $FFFF;
-  colTransparent: TFPColor = (Red: $0000; Green: $0000; Blue: $0000; Alpha: alphaTransparant);
+  colTransparent: TFPColor = (Red: $0000; Green: $0000; Blue: $0000; Alpha: alphaTransparent);
   colBlack      : TFPColor = (Red: $0000; Green: $0000; Blue: $0000; Alpha: alphaOpaque);
   colBlue       : TFPColor = (Red: $0000; Green: $0000; Blue: $ffff; Alpha: alphaOpaque);
   colGreen      : TFPColor = (Red: $0000; Green: $ffff; Blue: $0000; Alpha: alphaOpaque);