Returns GrayScaleColor class instance constructed from numeric 32-bit representation of grayscale value with alpha channel.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Function FromAGrayScale32 ( _ alphaGrayScale As Integer _ ) As GrayScaleColor
public static GrayScaleColor FromAGrayScale32( int alphaGrayScale )
Type: System.Int32
Numeric representation of the alpha grayscale value.