Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQuickColorSpaceEnums Namespace Reference

Enumerations

enum  NamedColorSpace {
  Unknown = 0 , SRgb , SRgbLinear , AdobeRgb ,
  DisplayP3 , ProPhotoRgb
}
 
enum class  Primaries {
  Custom = 0 , SRgb , AdobeRgb , DciP3D65 ,
  ProPhotoRgb
}
 
enum class  TransferFunction {
  Custom = 0 , Linear , Gamma , SRgb ,
  ProPhotoRgb
}
 

Enumeration Type Documentation

◆ NamedColorSpace

Enumerator
Unknown 
SRgb 
SRgbLinear 
AdobeRgb 
DisplayP3 
ProPhotoRgb 

Definition at line 513 of file qquickvaluetypes_p.h.

◆ Primaries

Enumerator
Custom 
SRgb 
AdobeRgb 
DciP3D65 
ProPhotoRgb 

Definition at line 523 of file qquickvaluetypes_p.h.

◆ TransferFunction

Enumerator
Custom 
Linear 
Gamma 
SRgb 
ProPhotoRgb 

Definition at line 531 of file qquickvaluetypes_p.h.