Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::BlotOperation Enumeration
C++
enum BlotOperation {
  BLOT_COPY = 0,
  BLOT_SHADED = 1,
  BLOT_MULTISHADE = 2,
  BLOT_INVERTED = 3
};
Members 
Description 
BLOT_COPY = 0 
copy the pixels from one image to another with no color transform 
BLOT_SHADED = 1 
copy the pixels from one image to another with no color transform, scaling by a single color 
BLOT_MULTISHADE = 2 
copy the pixels from one image to another with no color transform, scaling independant R, G and B color channels to a combination of an R Color, B Color, G Color 
BLOT_INVERTED = 3 
copy the pixels from one image to another with simple color inversion transform 

specify the method that pixels are copied from one image to another

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!