过程名: DarkBmp
作者: 不得闲
日期: 2009.02.04
参数: bmp: TBitmap;var DarkRect: TRect;const DarkValue: Integer;const HighValue: Integer = 0
DarkRect指定不变暗的区域
DarkValue: 指定暗化的数量值
HighValue: 指定矩形区域增亮化的数量值
功能: 将图像的某个区域之外的区域变暗的函数
返回值: 无