Pinta.ImageManipulation.PixelBlendOperations.NegationBlendOp.NegationBlendOpWithOpacity.ApplyOpacity C# (CSharp) Method

ApplyOpacity() private method

private ApplyOpacity ( byte a ) : byte
a byte
return byte
			private byte ApplyOpacity (byte a) { int r; { r = (a); }; { r = ((r) * (this.opacity) + 0x80); r = ((((r) >> 8) + (r)) >> 8); }; return (byte)r; }
			public static string StaticName { get { return "UserBlendOps." + "Negation" + "BlendOp.Name"; } }
NegationBlendOp.NegationBlendOpWithOpacity