C# Class Poderosa.UI.IconUtil

Utility methods for creating icon.
Datei anzeigen Open project: poderosaproject/poderosa

Public Methods

Method Description
CreateColoredIcon ( Image mask, Color color ) : Bitmap

Creates a monotone icon from alpha channel of the specified image and the specified color.

Method Details

CreateColoredIcon() public static method

Creates a monotone icon from alpha channel of the specified image and the specified color.
public static CreateColoredIcon ( Image mask, Color color ) : Bitmap
mask Image image which has alpha channel
color Color icon color
return System.Drawing.Bitmap