Click or drag to resize

FlattenAlphaCommand Constructor (Color)

Creates a new instance of FlattenAlphaCommand specifying the color used to replace the alpha.

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 FlattenAlphaCommand(
	Color color
)

Parameters

color
Type: System.DrawingColor
The background color to blend with.
See Also