LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
BlendMode.idl File Reference

Go to the source code of this file.

Modules

module  com
module  com::sun
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
module  com::sun::star::rendering
 Interfaces and data structures for rendering.

Constant Groups

constants  com::sun::star::rendering::BlendMode
 These constants determine some extra ways how the primitive color is combined with the background.

Variables

const byte NORMAL = 0
const byte MULTIPLY = 1
const byte SCREEN = 2
const byte OVERLAY = 3
const byte DARKEN = 4
const byte LIGHTEN = 5
const byte COLOR_DODGE = 6
const byte COLOR_BURN = 7
const byte HARD_LIGHT = 8
const byte SOFT_LIGHT = 9
const byte DIFFERENCE = 10
const byte EXCLUSION = 11
const byte HUE = 12
const byte SATURATION = 13
const byte COLOR = 14
const byte LUMINOSITY = 15