LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::rendering::BlendMode Constant Group Reference

These constants determine some extra ways how the primitive color is combined with the background. More...

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
 

Detailed Description

These constants determine some extra ways how the primitive color is combined with the background.

See also
CompositeOperation

Please refer to the PDF specification for explanations of this constants.

Variable Documentation

◆ COLOR

const byte COLOR = 14

◆ COLOR_BURN

const byte COLOR_BURN = 7

◆ COLOR_DODGE

const byte COLOR_DODGE = 6

◆ DARKEN

const byte DARKEN = 4

◆ DIFFERENCE

const byte DIFFERENCE = 10

◆ EXCLUSION

const byte EXCLUSION = 11

◆ HARD_LIGHT

const byte HARD_LIGHT = 8

◆ HUE

const byte HUE = 12

◆ LIGHTEN

const byte LIGHTEN = 5

◆ LUMINOSITY

const byte LUMINOSITY = 15

◆ MULTIPLY

const byte MULTIPLY = 1

◆ NORMAL

const byte NORMAL = 0

◆ OVERLAY

const byte OVERLAY = 3

◆ SATURATION

const byte SATURATION = 13

◆ SCREEN

const byte SCREEN = 2

◆ SOFT_LIGHT

const byte SOFT_LIGHT = 9