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.

struct VisualServerSingleton
@nogc nothrow
void
setBootImage
(,
in Color color
,
in bool scale
,
in bool use_filter = true
)

Meta