DXRUNTYPE Enumeration

Describes the opacity of a sample run in the DXRUNINFO structure.

Syntax

typedef enum DXRUNTYPE
{
    DXRUNTYPE_CLEAR  = 0,
    DXRUNTYPE_OPAQUE = 1,        
    DXRUNTYPE_TRANS  = 2,
    DXRUNTYPE_UNKNOWN= 3 
} DXRUNTYPE;

Elements

DXRUNTYPE_CLEAR
Pixel run is clear (alpha = 0).
DXRUNTYPE_OPAQUE
Pixel run is opaque (alpha = 255).
DXRUNTYPE_TRANS
Pixel run is translucent.
DXRUNTYPE_UNKNOWN
Run type is unknown.

Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.