PColor32FromArgb(Byte, Color32) Method
Creates a
PColor32 instance from the specified
Color32 structure specifying a custom alpha value.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static PColor32 FromArgb(
byte a,
Color32 baseColor
)
Public Shared Function FromArgb (
a As Byte,
baseColor As Color32
) As PColor32
public:
static PColor32 FromArgb(
unsigned char a,
Color32 baseColor
)
static member FromArgb :
a : byte *
baseColor : Color32 -> PColor32
- a Byte
- The alpha value for the result PColor32 instance.
- baseColor Color32
- The Color32 instance to which apply the new alpha.
PColor32A
PColor32 instance from the specified
Color32 structure and alpha value.