GrayGetSrcPixel Function
ImagingFormats

Returns pixel of image in any grayscale format.

Pascal
procedure GrayGetSrcPixel(Src: PByte; 
                          SrcInfo: PImageFormatInfo; 
                          var Gray: TColor64Rec; 
                          var Alpha: Word);
File

ImagingFormats (at line 204)

Description

Gray value is scaled to 64 bits and alpha to 16 bits.

Related Information
You are here: Symbol Reference > Functions > GrayGetSrcPixel Function