Click or drag to resize

SetAlphaColorCommand Constructor (Color)

Creates a new instance of SetAlphaColorCommand specifying color.

Namespace:  Atalasoft.Imaging.ImageProcessing.Channels
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public SetAlphaColorCommand(
	Color color
)

Parameters

color
Type: System.DrawingColor
Color used to create the alpha channel.
See Also