ReactOS Fundraising Campaign 2012
€ 4,410 / € 30,000
Information
|
Donate
Home
|
Info
|
Community
|
Development
|
myReactOS
|
Contact Us
Navigation
Home
Community
Development
myReactOS
Fundraiser 2012
Doxygen
Main Page
Alphabetical List
Data Structures
Directories
File List
Data Fields
Globals
Related Pages
Search
ReactOS Development
> Doxygen
win32ss
gdi
ntgdi
Data Structures
|
Defines
|
Functions
|
Variables
color.h File Reference
Go to the source code of this file.
Data Structures
struct
PCOLORSPACE
struct
PCOLORTRANSFORMOBJ
Defines
#
define
CLR_INVALID
0xffffffff
#
define
PC_SYS_USED
0x80 /* Palentry is used (both system and logical) */
#
define
PC_SYS_RESERVED
0x40 /* System palentry is not to be mapped to */
#
define
PC_SYS_MAPPED
0x10 /* Logical palentry is a direct alias for system palentry */
#
define
NB_RESERVED_COLORS
20 /* Number of
fixed
colors
in
system
palette */
#
define
COLORSPACEOBJ_AllocCS
() ((PCOLORSPACE) GDIOBJ_AllocObj(
GDIObjType_ICMLCS_TYPE
))
#
define
COLORSPACEOBJ_AllocCSWithHandle
() ((PCOLORSPACE)
GDIOBJ_AllocObjWithHandle
(
GDI_OBJECT_TYPE_COLORSPACE
,
sizeof
(
COLORSPACE
)))
#
define
COLORSPACEOBJ_FreeCS
(pCS) GDIOBJ_FreeObj((POBJ)pCS,
GDIObjType_ICMLCS_TYPE
)
#
define
COLORSPACEOBJ_FreeCSByHandle
(hCS) GDIOBJ_FreeObjByHandle((
HGDIOBJ
)hCS,
GDI_OBJECT_TYPE_COLORSPACE
)
#
define
COLORSPACEOBJ_LockCS
(hCS) ((PCOLORSPACE)
GDIOBJ_LockObject
((
HGDIOBJ
)hCS,
GDIObjType_ICMLCS_TYPE
))
#
define
COLORSPACEOBJ_UnlockCS
(pCS)
GDIOBJ_vUnlockObject
((POBJ)pCS)
Functions
UINT
FASTCALL
IntGdiRealizePalette
(
HDC
)
Variables
HCOLORSPACE
hStockColorSpace
Generated on Sun May 27 2012 06:10:29 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.