Ardour  8.7-15-gadf511264b
gdither_types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void * GDither
 

Enumerations

enum  GDitherType {
  GDitherNone = 0 , GDitherRect , GDitherTri , GDitherShaped ,
  GDitherNone = 0 , GDitherRect , GDitherTri , GDitherShaped
}
 
enum  GDitherSize {
  GDither8bit = 8 , GDither16bit = 16 , GDither32bit = 32 , GDitherFloat = 25 ,
  GDitherDouble = 54 , GDitherPerformanceTest = 23 , GDither8bit = 8 , GDither16bit = 16 ,
  GDither32bit = 32 , GDitherFloat = 25 , GDitherDouble = 54 , GDitherPerformanceTest = 23
}
 

Typedef Documentation

◆ GDither

typedef void* GDither

Definition at line 43 of file gdither_types.h.

Enumeration Type Documentation

◆ GDitherSize

Enumerator
GDither8bit 
GDither16bit 
GDither32bit 
GDitherFloat 
GDitherDouble 
GDitherPerformanceTest 
GDither8bit 
GDither16bit 
GDither32bit 
GDitherFloat 
GDitherDouble 
GDitherPerformanceTest 

Definition at line 34 of file gdither_types.h.

◆ GDitherType

Enumerator
GDitherNone 
GDitherRect 
GDitherTri 
GDitherShaped 
GDitherNone 
GDitherRect 
GDitherTri 
GDitherShaped 

Definition at line 27 of file gdither_types.h.