BlendFunctionSourceConstantAlpha Field
Specifies an alpha transparency value to be used on the entire source bitmap.
The
SourceConstantAlpha value is combined with any per-pixel alpha values in the source bitmap.
If you set
SourceConstantAlpha to 0, it is assumed that your image is transparent.
Set the
SourceConstantAlpha value to 255 (opaque) when you only want to use per-pixel alpha values.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public byte SourceConstantAlpha
Public SourceConstantAlpha As Byte
Dim instance As BlendFunction
Dim value As Byte
value = instance.SourceConstantAlpha
instance.SourceConstantAlpha = value
public:
unsigned char SourceConstantAlpha
val mutable SourceConstantAlpha: byte
No code example is currently available or this language may not be supported.
Field Value
Byte