Lines Matching refs:as
43 + `f` -- same as `p` but in addition the specified number of frames is being faded out while
50 _immediately_ which makes `f ... 0` behave like `p` and doesn't count it as a fading
52 * **RGBHEX:** _(OPTIONAL)_ a background color, specified as `#RRGGBB`
77 The file used to draw the time on top of the boot animation. The font format is as follows:
88 follows the same specification as the one described for clock_font.png.
109 If the file is not present, each frame is assumed to be the same size as the animation.
143 Note that the ZIP archive is not actually compressed! The PNG files are already as compressed
144 as they can reasonably get, and there is unlikely to be any redundancy between files.
150 of input images as area masks of dynamic colors, which interpolates between start and end colors
153 To enable it, add the following line as the second line of desc.txt:
160 * **RGBHEX1:** the first start color (masked by the R channel), specified as `#RRGGBB`.
161 * **RGBHEX2:** the second start color (masked by the G channel), specified as `#RRGGBB`.
162 * **RGBHEX3:** the third start color (masked by the B channel), specified as `#RRGGBB`.
163 * **RGBHEX4:** the forth start color (masked by the A channel), specified as `#RRGGBB`.