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 FromAGrayScale ( _ alpha As Byte, _ gray As Byte _ ) As GrayScaleColor
public static GrayScaleColor FromAGrayScale( byte alpha, byte gray )
Type: System.Byte
Alpha channel value.Type: System.Byte
Luminosity channel value.