mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-24 12:08:20 +02:00
Enables scripts to display test by converting it into an image. This can then
be shown using a sprite. Function takes a string and the value of the three
colors (red green blue).
new_image = Image.Text("text we want", 1.0, 0.0, 0.0); // gives red text image
|
||
|---|---|---|
| .. | ||
| box.png | ||
| bullet.png | ||
| entry.png | ||
| lock.png | ||
| Makefile.am | ||
| progress_bar.png | ||
| progress_box.png | ||
| script.plymouth.in | ||
| script.script | ||