Display_Data &Dat(,),Dat_W,Dat_S,&Col(),Ix,Iy,Iw,Ih,X,Y,W,H |
Dat(,) |
The field which should be displayed. |
Dat_W |
Number of field elements per row. |
Dat_S |
Number of bytes one field element occupies. |
Col() |
This field must contain a color table. |
Ix,Iy,Iw,Ih |
These four parameters define a sub field of Dat(,). |
X,Y,W,H |
These parameters determine the destination rectangle on the active graphics port. |
Display colored data. |
Pick_Color X,Y,Prompt$,Color_In,Color_Out,R
Button |
X |
X-position of the upper left corner of the box. |
Y |
Y-position of the upper left corner of the box. |
Prompt$ |
Titel of the dialog box. |
Color_In |
Index of the input color. |
Color_Out |
Index of the output color. |
Button |
Information about the way of canceling. |
Display the color picker dialog box. |