summaryrefslogtreecommitdiff
path: root/atari/plot/plotter.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/plot/plotter.h')
-rwxr-xr-xatari/plot/plotter.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/atari/plot/plotter.h b/atari/plot/plotter.h
index d2d44c0d8..cf07d434f 100755
--- a/atari/plot/plotter.h
+++ b/atari/plot/plotter.h
@@ -303,8 +303,10 @@ void dump_font_drivers(void);
void dump_plot_drivers(void);
void dump_vdi_info(short);
+/* convert an vdi color to bgra */
+void vdi1000_to_rgb( unsigned short * in, unsigned char * out );
-/* convert an rgb color to vdi1000 color */
+/* convert an bgra color to vdi1000 color */
void rgb_to_vdi1000( unsigned char * in, unsigned short * out );
/* convert an rgb color to an index into the web palette */