(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.