App
Blender_BlendMode.hpp
Go to the documentation of this file.
1 
6 #ifndef BLENDER_BLENDMODE_HPP
7 #define BLENDER_BLENDMODE_HPP
8 
13 typedef enum {
14  // Basic:
17 
18  // Brush-only:
21 
22  // Darken:
28 
29  // Lighten:
35 
36  // Contrast:
44 
45  // Comparative:
50 
51  // HSL:
56 } BlendMode;
57 
58 #endif /* BLENDER_BLENDMODE_HPP */