C# Class Poderosa.UI.IconUtil

Utility methods for creating icon.
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Drawing.Bitmap