GraySetDstPixel Function
ImagingFormats

Sets pixel of image in any grayscale format.

Pascal
procedure GraySetDstPixel(Dst: PByte; 
                          DstInfo: PImageFormatInfo; 
                          const Gray: TColor64Rec; 
                          Alpha: Word);
File

ImagingFormats (at line 208)

Description

Gray value must be scaled to 64 bits and alpha to 16 bits.

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