Click or drag to resize
ImageEditorAlpha Method
Applies an alpha channel (transparency) to the image.

Namespace: Kettic.AspNet.Controls.Editor
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void Alpha(
	int alphaPercent
)

Parameters

alphaPercent
Type: SystemInt32
The percent of transparency (between 0 and 100).
See Also