Unit BGRAWritePNG
📄 Source code
Functions and Procedures
Constants
Variables
Description
Implements the writer for the PNG image format
Uses
Overview
Structures
Types
Description
Types
TColorFormatFunction = function (color:TFPColor) : TColorData of object; |
This item has no description. |
TGetPixelBGRAFunc = function (p: PBGRAPixel) : TColorData of object; |
This item has no description. |
TGetPixelFunc = function (x,y : LongWord) : TColorData of object; |
This item has no description. |
TPNGArrayOfFrameToWrite = array of TPNGFrameToWrite; |
This item has no description. |