BExplorer.Shell.Interop.Gdi32.BLENDFUNCTION.BLENDFUNCTION C# (CSharp) Method

BLENDFUNCTION() public method

public BLENDFUNCTION ( byte op, byte flags, byte alpha, byte format ) : System
op byte
flags byte
alpha byte
format byte
return System
			public BLENDFUNCTION(byte op, byte flags, byte alpha, byte format) {
				BlendOp = op;
				BlendFlags = flags;
				SourceConstantAlpha = alpha;
				AlphaFormat = format;
			}
		}
Gdi32.BLENDFUNCTION