This documentation is archived and is not being maintained.
GetFillColor method
Retrieves the surface fill color.
Syntax
HRESULT retVal = object.GetFillColor(pColor);
Parameters
- pColor [out]
-
Type: DXSAMPLE
Pointer to the DXSAMPLE structure containing this surface's fill color.
Remarks
If the fill color's alpha channel value is zero, no fill color has been set.
See also
-
IDXSurfaceModifier::SetFillColor