Returns GrayScaleColor class instance constructed from given luminosity and alpha channel values.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Function FromAGrayScale32 ( _ alpha As Integer, _ gray As Integer _ ) As GrayScaleColor
public static GrayScaleColor FromAGrayScale32( int alpha, int gray )
Type: System.Int32
Alpha channel value.Type: System.Int32
Luminosity channel value.