Krita Source Code Documentation
Loading...
Searching...
No Matches
gmic.h File Reference
#include <QString>

Go to the source code of this file.

Classes

struct  gmic_image< T >
 

Enumerations

enum class  InputLayerMode {
  NoInput , Active , All , ActiveAndBelow ,
  ActiveAndAbove , AllVisible , AllInvisible , AllVisiblesDesc_DEPRECATED ,
  AllInvisiblesDesc_DEPRECATED , AllDesc_DEPRECATED , Unspecified = 100
}
 
enum class  OutputMode {
  InPlace , NewLayers , NewActiveLayers , NewImage ,
  Unspecified = 100
}
 

Enumeration Type Documentation

◆ InputLayerMode

enum class InputLayerMode
strong
Enumerator
NoInput 
Active 
All 
ActiveAndBelow 
ActiveAndAbove 
AllVisible 
AllInvisible 
AllVisiblesDesc_DEPRECATED 
AllInvisiblesDesc_DEPRECATED 
AllDesc_DEPRECATED 
Unspecified 

Definition at line 21 of file gmic.h.

21 {
22 NoInput,
23 Active,
24 All,
29 AllVisiblesDesc_DEPRECATED, /* Removed since 2.8.2 */
30 AllInvisiblesDesc_DEPRECATED, /* Removed since 2.8.2 */
31 AllDesc_DEPRECATED, /* Removed since 2.8.2 */
32 Unspecified = 100
33};
@ AllInvisiblesDesc_DEPRECATED
@ AllVisiblesDesc_DEPRECATED

◆ OutputMode

enum class OutputMode
strong

A sham header to make it easier to handle gmic types without needing gmic itself.

Enumerator
InPlace 
NewLayers 
NewActiveLayers 
NewImage 
Unspecified 

Definition at line 18 of file gmic.h.