Go to the source code of this file.
|
enum | { CUMA_SELECT = (1 << 0)
, CUMA_HANDLE_VECTOR = (1 << 1)
, CUMA_HANDLE_AUTO_ANIM = (1 << 2)
} |
|
enum | eCurveMappingFlags {
CUMA_DO_CLIP = (1 << 0)
, CUMA_PREMULLED = (1 << 1)
, CUMA_DRAW_CFRA = (1 << 2)
, CUMA_DRAW_SAMPLE = (1 << 3)
,
CUMA_EXTEND_EXTRAPOLATE = (1 << 4)
} |
|
enum | eCurveMappingPreset {
CURVE_PRESET_LINE = 0
, CURVE_PRESET_SHARP = 1
, CURVE_PRESET_SMOOTH = 2
, CURVE_PRESET_MAX = 3
,
CURVE_PRESET_MID9 = 4
, CURVE_PRESET_ROUND = 5
, CURVE_PRESET_ROOT = 6
, CURVE_PRESET_GAUSS = 7
,
CURVE_PRESET_BELL = 8
} |
|
enum | eCurveMappingTone { CURVE_TONE_STANDARD = 0
, CURVE_TONE_FILMLIKE = 2
} |
|
enum | {
HISTO_MODE_LUMA = 0
, HISTO_MODE_RGB = 1
, HISTO_MODE_R = 2
, HISTO_MODE_G = 3
,
HISTO_MODE_B = 4
, HISTO_MODE_ALPHA = 5
} |
|
enum | { HISTO_FLAG_LINE = (1 << 0)
, HISTO_FLAG_SAMPLELINE = (1 << 1)
} |
|
enum | {
SCOPES_WAVEFRM_LUMA = 0
, SCOPES_WAVEFRM_RGB_PARADE = 1
, SCOPES_WAVEFRM_YCC_601 = 2
, SCOPES_WAVEFRM_YCC_709 = 3
,
SCOPES_WAVEFRM_YCC_JPEG = 4
, SCOPES_WAVEFRM_RGB = 5
} |
|
enum | { COLORMANAGE_VIEW_USE_CURVES = (1 << 0)
} |
|
◆ CM_RESOL
◆ CM_TABLE
◆ CM_TABLEDIV
#define CM_TABLEDIV (1.0f / 256.0f) |
◆ CM_TOT
◆ ColorManagedColorspaceSettings
◆ ColorManagedDisplaySettings
◆ ColorManagedViewSettings
◆ CurveMap
◆ CurveMapping
◆ CurveMapPoint
◆ eCurveMappingFlags
◆ eCurveMappingPreset
◆ eCurveMappingTone
◆ Histogram
◆ Scopes
◆ anonymous enum
◆ anonymous enum
◆ anonymous enum
◆ anonymous enum
Scopes.wavefrm_mode
Enumerator |
---|
SCOPES_WAVEFRM_LUMA | |
SCOPES_WAVEFRM_RGB_PARADE | |
SCOPES_WAVEFRM_YCC_601 | |
SCOPES_WAVEFRM_YCC_709 | |
SCOPES_WAVEFRM_YCC_JPEG | |
SCOPES_WAVEFRM_RGB | |
Definition at line 166 of file DNA_color_types.h.
◆ anonymous enum
◆ eCurveMappingFlags
CurveMapping.flag
Enumerator |
---|
CUMA_DO_CLIP | |
CUMA_PREMULLED | |
CUMA_DRAW_CFRA | |
CUMA_DRAW_SAMPLE | |
CUMA_EXTEND_EXTRAPOLATE | The curve is extended by extrapolation. When not set the curve is extended horizontally.
|
Definition at line 83 of file DNA_color_types.h.
◆ eCurveMappingPreset
CurveMapping.preset
Enumerator |
---|
CURVE_PRESET_LINE | |
CURVE_PRESET_SHARP | |
CURVE_PRESET_SMOOTH | |
CURVE_PRESET_MAX | |
CURVE_PRESET_MID9 | |
CURVE_PRESET_ROUND | |
CURVE_PRESET_ROOT | |
CURVE_PRESET_GAUSS | |
CURVE_PRESET_BELL | |
Definition at line 94 of file DNA_color_types.h.
◆ eCurveMappingTone