| Hosted by
  | Gray_Images
|  |  | type Gray_Pixel |  |  |  | A gray pixel, represented by an octet (values 0 .. 255). |  |  
|  |  | function Darker |  |  |  | Compare two gray pixels. |  |  |  |  
|  |  | type Gray_Pixel_Array |  |  |  | An unconstrained one-dimensional array of gray pixels. |  |  
|  |  | type Gray_Pixel_Array_2 |  |  |  | An unconstrained two-dimensional array of gray pixels. |  |  
|  |  | type Gray_Image |  |  |  | A gray image of the size specified by Width and Height. |  |  
|  |  | type Gray_Image_Access |  |  |  | Access type for Gray_Image_Record and all inherited types. |  |  
|  |  | procedure Fill |  |  |  | Solid color background fill. |  |  |  |  |  |