Pinta.ImageManipulation.PixelBlendOperations.GlowBlendOp.CreateWithOpacity C# (CSharp) Метод

CreateWithOpacity() публичный Метод

public CreateWithOpacity ( int opacity ) : UserBlendOp
opacity int
Результат UserBlendOp
		public override UserBlendOp CreateWithOpacity (int opacity) { return new GlowBlendOpWithOpacity (opacity); }