Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

February 25 2011

17:33

Xfermodes.java | Android Developers

private static final Xfermode[] sModes = {CLEAR, SRC, DST, SRC_OVER, DST_OVER, SRC_IN, DST_IN, SRC_OUT, DST_OUT, SRC_ATOP, DST_ATOP, XOR, DARKEN, LIGHTEN, MULTIPLY, SCREEN};
17:19

CGContext Reference

CGBlendModeCompositing operations for images.
enum CGBlendMode {   kCGBlendModeNormal,   kCGBlendModeMultiply,   kCGBlendModeScreen,   kCGBlendModeOverlay,   kCGBlendModeDarken,   kCGBlendModeLighten,   kCGBlendModeColorDodge,   kCGBlendModeColorBurn,   kCGBlendModeSoftLight,   kCGBlendModeHardLight,   kCGBlendModeDifference,   kCGBlendModeExclusion,   kCGBlendModeHue,   kCGBlendModeSaturation,   kCGBlendModeColor,   kCGBlendModeLuminosity,   kCGBlendModeClear,   kCGBlendModeCopy,   kCGBlendModeSourceIn,   kCGBlendModeSourceOut,   kCGBlendModeSourceAtop,   kCGBlendModeDestinationOver,   kCGBlendModeDestinationIn,   kCGBlendModeDestinationOut,   kCGBlendModeDestinationAtop,   kCGBlendModeXOR,   kCGBlendModePlusDarker,   kCGBlendModePlusLighter};typedef enum CGBlendMode CGBlendMode;
17:18

Blend Modes « ADM Blog

 I tried to work with them in a accurate way to emulate complexer algorithms like animated water waves. Generically you can save a lot of performance, if you need to calculate every single pixel colorvalue from two bitmaps. In most cases, there is a simple solution using ColorTransform and Blendmodes. One problem is that the flash results are different in some cases, so here are my findings:
17:17

Pegtop delphi

How do Adobe Photoshop, Micrografx PicturePublisher and Pegtop XFader blend layers?This article tries to give a survey of the most important blend modes, their advantages and disadvantages, and how they are coded.

June 29 2010

00:14
blending.jpg 800×600 pixels
table showing interactions between six different OpenGL blend modes: GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_SRC_ALPHA, and GL_ONE_MINUS_SRC_ALPHA
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.