The DXGK_GDIROP_COLORFILL enumeration indicates the type of GDI raster operation (ROP) to implement in a GDI hardware-accelerated bit-block transfer (bitblt) operation.
Indicates that the GDI raster operation is invalid.
DXGK_GDIROP_SRCCOPY
Indicates that the source rectangle is copied to the destination rectangle.
DXGK_GDIROP_SRCINVERT
Indicates that the color of each pixel of the source rectangle is combined with the color of the respective pixel of the destination rectangle by using the Boolean XOR operator.
DXGK_GDIROP_SRCAND
Indicates that the color of each pixel of the source rectangle is combined with the color of the respective pixel of the destination rectangle by using the Boolean AND operator.
DXGK_GDIROP_SRCOR
Indicates that the color of each pixel of the source rectangle is combined with the color of the respective pixel of the destination rectangle by using the Boolean OR operator.
DXGK_GDIROP_ROP3
Indicates that a ternary GDI raster operation (ROP3) will be applied.
Requirements
Minimum supported client
Available in Windows 7 and later versions of the Windows operating systems.