Returns RgbColor class instance constructed from all 4 channels (alpha, red, green, and blue).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Function FromArgb32 ( _ alpha As Integer, _ red As Integer, _ green As Integer, _ blue As Integer _ ) As RgbColor
Type: System.Int32
Alpha channel value.Type: System.Int32
Red channel value.Type: System.Int32
Green channel value.Type: System.Int32
Blue channel value.