Color32FromArgb(Byte, Color32) Method
Creates a
Color32 instance from the specified
Color32 structure, but with the new specified alpha value.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static Color32 FromArgb(
byte a,
Color32 baseColor
)
Public Shared Function FromArgb (
a As Byte,
baseColor As Color32
) As Color32
public:
static Color32 FromArgb(
unsigned char a,
Color32 baseColor
)
static member FromArgb :
a : byte *
baseColor : Color32 -> Color32
- a Byte
- The alpha value for the new Color32 instance.
- baseColor Color32
- The Color32 instance from which to create the new one.
Color32A
Color32 instance from the specified
Color32 structure and alpha value.