Lines Matching refs:be
14 can be supported as well.
33 To provide maximum flexibility, the source of the image can be:
55 this case, the image will be rendered as text according to the *font*
91 These options can be selected in the image converter. Learn more
97 A color can be mixed with every pixel of an image with a given
98 intensity. This can be useful to show different states (checked,
100 the same image. This feature can be enabled in the style by setting
103 :cpp:enumerator:`LV_OPA_TRANSP` causing this feature to be disabled.
114 or a "running image" effect can be created by :ref:`Animating <animation>` the x or y offset.
126 :cpp:expr:`lv_image_set_scale_y(img, factor)` can also be used to
127 set the horizontal and vertical scaling independently. They can be different values.
134 This can be changed with :cpp:expr:`lv_image_set_pivot(img, pivot_x, pivot_y)` where
137 The quality of the transformation can be adjusted with
139 causes the transformations to be of higher quality, but slower.
141 Transformations require the whole image to be available. Therefore
142 indexed images (``LV_COLOR_FORMAT_I1/2/4/8_...``) and alpha only images cannot be transformed.
162 meaning that the Widget will be sized automatically to the size of its image source.
168 ``align`` can be any of these values: