Multimedia2DRendering Enumeration CAT2DGTransferMode

enum CAT2DGTransferMode {
  TR_CLEAR,
  TR_SRC,
  TR_DST,
  TR_SRC_OVER,
  TR_DST_OVER,
  TR_SRC_IN,
  TR_DST_IN,
  TR_SRC_OUT,
  TR_DST_OUT,
  TR_SRC_ATOP,
  TR_DST_ATOP,
  TR_XOR,
  TR_PLUS,
  TR_MULTIPLY,
  TR_SCREEN,
  TR_OVERLAY,
  TR_DARKEN,
  TR_LIGHTEN,
  TR_COLOR_DODGE,
  TR_COLOR_BURN,
  TR_HARD_LIGHT,
  TR_SOFT_LIGHT,
  TR_DIFF,
  TR_EXCLUSION,
  TR_HUE,
  TR_SATURATION,
  TR_COLOR,
  TR_LUMINOSITY,
  TR_COUNT
}
Transfer modes for the drawing pipeline (color compositing operations).
For more detailed comments: http://www.w3.org/TR/2009/WD-SVGCompositing-20090430/#comp-op For more examples: http://codewiki/codewiki/index.php/Image:Skia_xfermodes_-cropped-.png
This object is included in the file: CAT2DGDrawingTypes.h

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.