Sack Library Documentation
|
|
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 | |
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
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|