'Declaration Public Shared Function OverlayColor( _
ByVal backgroundColorЦвет фона.As Argb32Color, _
ByVal foregroundColorЦвет переднего плана.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
- Цвет фона.
- foregroundColor
- Цвет переднего плана.
Return Value
Новый Argb32Color.