mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
/*-----------------------------------------------------------------------------+
|
|
| BLTPROP.H |
|
|
| |
|
|
| (C) Copyright Microsoft Corporation 1991. All rights reserved. |
|
|
| |
|
|
| Revision History |
|
|
| Oct-1992 MikeTri Created |
|
|
| |
|
|
+-----------------------------------------------------------------------------*/
|
|
|
|
#define RED 0
|
|
#define GREEN 1
|
|
#define BLUE 2
|
|
|
|
#define GrayThresh 128
|
|
#define LoThresh 128
|
|
#define HiThresh 192
|
|
|
|
#define Mask0 0x01
|
|
#define Mask1 0x02
|
|
#define Mask2 0x04
|
|
#define Mask3 0x08
|
|
#define Mask4 0x10
|
|
#define Mask5 0x20
|
|
#define Mask6 0x40
|
|
#define Mask7 0x80
|
|
#define MaskAll 0xFF
|