Pinta.ImageManipulation.PixelBlendOperations.GlowBlendOp.CreateWithOpacity C# (CSharp) Méthode

CreateWithOpacity() public méthode

public CreateWithOpacity ( int opacity ) : UserBlendOp
opacity int
Résultat UserBlendOp
		public override UserBlendOp CreateWithOpacity (int opacity) { return new GlowBlendOpWithOpacity (opacity); }