|  | This document is archived and information here might be outdated. Recommended version. | 
The background color of the DIB.
[Visual Basic .NET] Public Property BackgroundColor As IColor
[C#] public IColor BackgroundColor {get; set;}
[C++]
HRESULT get_BackgroundColor(
  IColor* ppBackgroundColor
);
[C++]
HRESULT put_BackgroundColor(
  IColor** ppBackgroundColor
);
[C++]
Parameters ppBackgroundColor [in]
ppBackgroundColor is a parameter of type IColor* ppBackgroundColor [out, retval]
ppBackgroundColor is a parameter of type IColor**