CODIUM Programming Language (CPL) CodiumSDK CPL BlendMode
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum BlendMode |
| Constante | Descripción | |
|---|---|---|
| Color | Sets the blending mode to color | |
| Color_Burn | Sets the blending mode to color-burn | |
| Color_Dodge | Sets the blending mode to color-dodge | |
| Darken | Sets the blending mode to darken | |
| Difference | Sets the blending mode to difference | |
| Exclusion | Sets the blending mode to exclusion | |
| Hue | Sets the blending mode to hue | |
| Lighten | Sets the blending mode to lighten | |
| Luminosity | Sets the blending mode to luminosity | |
| Multiply | Sets the blending mode to multiply | |
| Normal | This is default. Sets the blending mode to normal | |
| Overlay | Sets the blending mode to overlay | |
| Saturation | Sets the blending mode to saturation | |
| Screen | Sets the blending mode to screen |