Function VisualServerSingleton.setBootImage

Sets a boot image. The color defines the background color. If scale is true, the image will be scaled to fit the screen size. If use_filter is true, the image will be scaled with linear interpolation. If use_filter is false, the image will be scaled with nearest-neighbor interpolation.

void setBootImage (
  Image image,
  const(Color) color,
  const(bool) scale,
  const(bool) use_filter = true
) nothrow @nogc;