| Package com.ms.com.directX |
Previous |
Microsoft Packages |
Index |
Next |
public final class ddPixelFormat {
public int dwSize;
public int flags;
public int fourCC;
public int count;
public int red_u_mask;
public int green_u_mask;
public int blue_v_mask;
public int alpha_channel_mask;
}
Describes the pixel format of a DirectDrawSurface object for the GetPixelFormat method.
Fields
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |