:right-sidebar: True BlendMode =================================================================== .. currentmodule:: gi.repository.Gsk .. class:: BlendMode :no-contents-entry: The blend modes available for render nodes. The implementation of each blend mode is deferred to the rendering pipeline. See `https://www.w3.org/TR/compositing-1/#blending `__ for more information on blending and blend modes. Fields ------ .. rst-class:: interim-class .. class:: BlendMode :no-index: .. attribute:: COLOR The type of the None singleton. .. attribute:: COLOR_BURN The type of the None singleton. .. attribute:: COLOR_DODGE The type of the None singleton. .. attribute:: DARKEN The type of the None singleton. .. attribute:: DEFAULT The type of the None singleton. .. attribute:: DIFFERENCE The type of the None singleton. .. attribute:: EXCLUSION The type of the None singleton. .. attribute:: HARD_LIGHT The type of the None singleton. .. attribute:: HUE The type of the None singleton. .. attribute:: LIGHTEN The type of the None singleton. .. attribute:: LUMINOSITY The type of the None singleton. .. attribute:: MULTIPLY The type of the None singleton. .. attribute:: OVERLAY The type of the None singleton. .. attribute:: SATURATION The type of the None singleton. .. attribute:: SCREEN The type of the None singleton. .. attribute:: SOFT_LIGHT The type of the None singleton.