; ********************************************************************************************************************************* ; Created 12-MAY-1988 14:23:09 by VAX-11 SDL V3.0-1 Source: 12-MAY-1988 14:22:40 DUA0:[BRIAN.DECUS.EXAMPLES.MANDELZOOM]STRUC ; ********************************************************************************************************************************* .MACRO _structs,..EQU=<=>,..COL=<:> ; ; Header definition ; hdr_k_version'..equ'1 ; Current version of the program hdr_k_length'..equ'512 ; Size of this structure hdr_S_hdrdef'..equ'44 hdrdef'..equ'0 hdr_l_version'..equ'0 ; Version of the program that wrote this file hdr_f_center_r'..equ'4 ; Center point, real part hdr_f_center_i'..equ'8 ; Center point, imaginary part hdr_f_scale_r'..equ'12 ; Scale, real part hdr_f_scale_i'..equ'16 ; Scale, imaginary part hdr_l_hsize'..equ'20 ; Horizontal size in pixels hdr_l_vsize'..equ'24 ; Vertical size in pixels hdr_S_time'..equ'8 hdr_q_time'..equ'28 ; Time/date when image was computed hdr_l_pixel_size'..equ'36 ; Bytes per pixel hdr_l_max_value'..equ'40 ; Maximum pixel value ; ; Color table definition ; ctbl_S_ctbldef'..equ'4 ctbldef'..equ'0 ctbl_b_red'..equ'0 ; Red component ctbl_b_grn'..equ'1 ; Green component ctbl_b_blu'..equ'2 ; Blue component ctbl_b_spare'..equ'3 ; Spare, to fill out structure to a longword .ENDM