public static Color TransparentColor(Int32 transparency,
Color color)
Parameters
- transparency
- From 0 to 100
- color
- A Color
Return Value
Color with transparency percentage applied.
Remarks
Returns Color parameter after changing its "A" value.
See Also
Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace