GetMaximumFontSize(graphics, fontFamily, text, style, allowWordWrapping, maxWidth, maxHeight) MakeSemitransparentImage(width, height, initGraphics, drawOpaqueLayer, drawTransparencyLayer, transparencyFromChannel, invertTransparency)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: Color ColorBlend(Color, Color, double)Declarationpublic static Color ColorBlend(
Color color,
Color backColor,
double amount
) Summary
Blends the specified colors together. ParametersColor | color |
Color to blend onto the background color. | Color | backColor |
Color to blend the other color onto. | double | amount |
How much of color to keep, “on top of” backColor. |
Returns
The blended colors. |