Lines Matching full:pixel
90 Pixel blend mode is a DRM plane composition property of :c:type:`drm_plane` used to
99 pixel color values and, therefore, the resulted pixel color. For
102 - *fg.rgb*: Each of the RGB component values from the foreground's pixel.
103 - *fg.alpha*: Alpha component value from the foreground's pixel.
112 the alpha channel value of each pixel in a plane is ignored and only the plane
113 alpha affects the resulted pixel color values.
117 * **None**: Blend formula that ignores the pixel alpha.
119 * **Pre-multiplied**: Blend formula that assumes the pixel color values in a
122 * **Coverage**: Blend formula that assumes the pixel color values were not
125 and pre-multiplied is the default pixel blend mode, that means, when no blend
142 :c:type:`mpcc_alpha_blend_mode` defines the alpha blend mode regarding pixel
152 * *MPC pixel alpha* matches *DRM fg.alpha* as the alpha component value
153 from the plane's pixel
154 * *MPC global alpha* matches *DRM plane_alpha* when the pixel alpha should
155 be ignored and, therefore, pixel values are not pre-multiplied
163 :c:type:`MPCC_ALPHA_MULTIPLIED_MODE` defines if the pixel color values are