Unit BGRAPhoxo
📄 Source code
Description
Phoxo layered image format, with .oXo extension.
Uses
Overview
Structures
Functions and Procedures
Constants
Description
Functions and Procedures
procedure RegisterPhoxoFormat; |
|
This item has no description. |
Constants
PhoxoBlock_CanvasSize = 1; |
|
This item has no description. |
PhoxoBlock_DPI = 4; |
|
This item has no description. |
PhoxoBlock_EndOfFile = 255; |
|
This item has no description. |
PhoxoBlock_Layer = 2; |
|
This item has no description. |
PhoxoBlock_LayerCaption = 5; |
|
This item has no description. |
PhoxoBlock_LazPaintBlendMode = 128; |
|
This item has no description. |
PhoxoBlock_TextLayer = 3; |
|
This item has no description. |
PhoxoHeaderMagic : packed array[1..4] of char = 'oXo '; |
|
This item has no description. |