···9797 * adjusted for the IPD.
9898 */
9999 XRT_LAYER_COMPOSITION_VIEW_SPACE_BIT = 1u << 3u,
100100+101101+ /*!
102102+ * If this flag is set the compositor should use the scale and bias
103103+ * from the @ref xrt_layer_data struct.
104104+ */
105105+ XRT_LAYER_COMPOSITION_COLOR_BIAS_SCALE = 1u << 4u,
106106+100107};
101108102109/*!
···316323 * compositor.
317324 */
318325 bool flip_y;
326326+327327+ /*!
328328+ * Modulate the color sourced from the images.
329329+ */
330330+ struct xrt_colour_rgba_f32 color_scale;
331331+332332+ /*!
333333+ * Modulate the color sourced from the images.
334334+ */
335335+ struct xrt_colour_rgba_f32 color_bias;
319336320337 /*!
321338 * Union of data values for the various layer types.