ActiveReports 12
ApplyTransparency Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > ColorEx Structure : ApplyTransparency Method
The original color to be adjusted.
Transparency in percents, 0% - opaque and 100% - transparent.
Adjust the color with provided transparency.
Syntax
'Declaration
 
Public Shared Function ApplyTransparency( _
   ByVal color As ColorEx, _
   ByVal transparency As Double _
) As ColorEx
public static ColorEx ApplyTransparency( 
   ColorEx color,
   double transparency
)

Parameters

color
The original color to be adjusted.
transparency
Transparency in percents, 0% - opaque and 100% - transparent.
See Also

Reference

ColorEx Structure
ColorEx Members