'Declaration Public Shared Function OverlayColor( _
ByVal backgroundColorThe background color.As Argb32Color, _
ByVal foregroundColorTh foreground color.As Argb32Color _
) As Argb32Color
public static Argb32Color OverlayColor(
Argb32Color backgroundColor,
Argb32Color foregroundColor
)
public: static Argb32Color* OverlayColor(
Argb32Color* backgroundColor,
Argb32Color* foregroundColor
)
public:
static Argb32Color^ OverlayColor(
Argb32Color^ backgroundColor,
Argb32Color^ foregroundColor
)
Parameters
- backgroundColor
- The background color.
- foregroundColor
- Th foreground color.
Return Value
A new Argb32Color.