fn interp_bmp(
args: &[RValue],
named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Open a BMP graphics device.
@param filename output file path @param width width in pixels (default 480) @param height height in pixels (default 480) @return NULL (invisibly)