Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: rendering ::

unpublished constants group BlendMode
Usage Restrictions
not published
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.


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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.