10 // Gets the parameters for all the built-in compression formats.
13 #include "bitspopup.h"
14 #include "compresspopup.h"
16 class FormatAWindow
: public BC_Window
19 FormatAWindow(Asset_GC asset
, int *dither
);
26 FormatHILO
*hilo_button
;
27 FormatLOHI
*lohi_button
;
30 class FormatVWindow
: public BC_Window
33 FormatVWindow(Asset_GC asset
, int recording
);
43 class FormatCompress
: public CompressPopup
46 FormatCompress(int x
, int y
, int recording
, Asset_GC asset
, char *default_
);
53 class FormatQuality
: public BC_ISlider
56 FormatQuality(int x
, int y
, Asset_GC asset
, int default_
);
62 class FormatBits
: public BitsPopup
65 FormatBits(int x
, int y
, Asset_GC asset
);
72 class FormatDither
: public BC_CheckBox
75 FormatDither(int x
, int y
, int *dither
);
82 class FormatSigned
: public BC_CheckBox
85 FormatSigned(int x
, int y
, Asset_GC asset
);
92 class FormatHILO
: public BC_Radial
95 FormatHILO(int x
, int y
, Asset_GC asset
);
103 class FormatLOHI
: public BC_Radial
106 FormatLOHI(int x
, int y
, FormatHILO
*hilo
, Asset_GC asset
);
120 // c-file-style: "linux"