|
Action:
|
Sets the display image parameters.
|
|
|
Prototype:
|
outcome api_rh_display_image (
|
|
|
LwInt32 width,
|
// image width
|
|
|
LwInt32 height,
|
// image height
|
|
|
LwDisplayMethod method,
|
// render mode
|
|
|
LwInt32 n_colours,
|
// number of colors
|
|
|
void(* input_scanline)
|
// number of scan
|
|
|
|
(LwInt32 y,
|
// lines from the
|
|
|
|
LwNat8** scan),
|
// input display
|
|
|
void(* output_scanline)
|
// number of scan
|
|
|
|
(LwInt32 y,
|
// lines used for
|
|
|
|
LwInt32* scan),
|
// the output
|
|
|
void(* set_colour_map)
|
// set the color map
|
|
|
|
(LwNat8* colours)
|
// for the output
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "rnd_husk/api/rnd_api.hxx"
|
|
#include "rnd_husk/include/rh_types.h"
|
|
|
Library:
|
rnd_husk
|
|
|
Filename:
|
rbase/rnd_husk/api/rnd_api.hxx
|
|
|
Effect:
|
System routine
|