ConvertDrawingColorSetAlpha Method
Get a color by changing the transparency value.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Color DrawingColorSetAlpha(
Color color,
int alpha
)
Public Shared Function DrawingColorSetAlpha (
color As Color,
alpha As Integer
) As Color
- color Color
- Base color.
- alpha Int32
- Transparency value (0 to 255)
ColorColor with the color generated once transparency is changed.