ColorFromArgb Method (Int32) |
Creates a
Color structure from a 32-bit ARGB value.
Namespace: GroupDocs.Watermark.WatermarksAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic static Color FromArgb(
int argb
)
Public Shared Function FromArgb (
argb As Integer
) As Color
public:
static Color FromArgb(
int argb
)
static member FromArgb :
argb : int -> Color
Parameters
- argb
- Type: SystemInt32
A value specifying the 32-bit ARGB value.
Return Value
Type:
ColorThe
Color structure that this method creates.
See Also