Blender V2.61 - r43446
Classes | Defines | Typedefs | Enumerations

DNA_color_types.h File Reference

#include "DNA_vec_types.h"

Go to the source code of this file.

Classes

struct  CurveMapPoint
struct  CurveMap
struct  CurveMapping
struct  Histogram
struct  Scopes

Defines

#define CM_RESOL   32
#define CM_TABLE   256
#define CM_TABLEDIV   (1.0f/256.0f)
#define CM_TOT   4
#define CUMA_SELECT   1
#define CUMA_VECTOR   2
#define CUMA_EXTEND_EXTRAPOLATE   1
#define CUMA_DO_CLIP   1
#define CUMA_PREMULLED   2
#define CUMA_DRAW_CFRA   4
#define CUMA_DRAW_SAMPLE   8
#define HISTO_MODE_LUMA   0
#define HISTO_MODE_RGB   1
#define HISTO_MODE_R   2
#define HISTO_MODE_G   3
#define HISTO_MODE_B   4
#define SCOPES_WAVEFRM_LUMA   0
#define SCOPES_WAVEFRM_RGB   1
#define SCOPES_WAVEFRM_YCC_601   2
#define SCOPES_WAVEFRM_YCC_709   3
#define SCOPES_WAVEFRM_YCC_JPEG   4

Typedefs

typedef struct CurveMapPoint CurveMapPoint
typedef struct CurveMap CurveMap
typedef struct CurveMapping CurveMapping
typedef enum CurveMappingPreset CurveMappingPreset
typedef struct Histogram Histogram
typedef struct Scopes Scopes

Enumerations

enum  CurveMappingPreset {
  CURVE_PRESET_LINE, CURVE_PRESET_SHARP, CURVE_PRESET_SMOOTH, CURVE_PRESET_MAX,
  CURVE_PRESET_MID9, CURVE_PRESET_ROUND, CURVE_PRESET_ROOT
}

Detailed Description

Definition in file DNA_color_types.h.


Define Documentation

#define CM_RESOL   32

Definition at line 38 of file DNA_color_types.h.

Referenced by curvemap_make_table().

#define CM_TABLE   256
#define CM_TABLEDIV   (1.0f/256.0f)

Definition at line 40 of file DNA_color_types.h.

Referenced by curvemap_make_table().

#define CM_TOT   4
#define CUMA_DO_CLIP   1
#define CUMA_DRAW_CFRA   4

Definition at line 84 of file DNA_color_types.h.

Referenced by node_buts_time().

#define CUMA_DRAW_SAMPLE   8

Definition at line 85 of file DNA_color_types.h.

Referenced by node_buts_curvecol().

#define CUMA_EXTEND_EXTRAPOLATE   1
#define CUMA_PREMULLED   2

Definition at line 83 of file DNA_color_types.h.

Referenced by curvemapping_premultiply(), and direct_link_curvemapping().

#define CUMA_SELECT   1
#define CUMA_VECTOR   2
#define HISTO_MODE_B   4

Definition at line 103 of file DNA_color_types.h.

Referenced by rna_def_histogram(), and ui_draw_but_HISTOGRAM().

#define HISTO_MODE_G   3

Definition at line 102 of file DNA_color_types.h.

Referenced by rna_def_histogram(), and ui_draw_but_HISTOGRAM().

#define HISTO_MODE_LUMA   0

Definition at line 99 of file DNA_color_types.h.

Referenced by rna_def_histogram(), and ui_draw_but_HISTOGRAM().

#define HISTO_MODE_R   2

Definition at line 101 of file DNA_color_types.h.

Referenced by rna_def_histogram(), and ui_draw_but_HISTOGRAM().

#define HISTO_MODE_RGB   1

Definition at line 100 of file DNA_color_types.h.

Referenced by rna_def_histogram(), scopes_new(), and ui_draw_but_HISTOGRAM().

#define SCOPES_WAVEFRM_LUMA   0

Definition at line 141 of file DNA_color_types.h.

Referenced by rna_def_scopes(), save_sample_line(), and scopes_update().

#define SCOPES_WAVEFRM_RGB   1

Definition at line 142 of file DNA_color_types.h.

Referenced by rna_def_scopes(), save_sample_line(), and scopes_update().

#define SCOPES_WAVEFRM_YCC_601   2

Definition at line 143 of file DNA_color_types.h.

Referenced by rna_def_scopes(), save_sample_line(), and scopes_update().

#define SCOPES_WAVEFRM_YCC_709   3

Definition at line 144 of file DNA_color_types.h.

Referenced by rna_def_scopes(), save_sample_line(), and scopes_update().

#define SCOPES_WAVEFRM_YCC_JPEG   4

Definition at line 145 of file DNA_color_types.h.

Referenced by rna_def_scopes(), save_sample_line(), and scopes_update().


Typedef Documentation

typedef struct CurveMap CurveMap
typedef struct CurveMapping CurveMapping
typedef struct CurveMapPoint CurveMapPoint
typedef struct Histogram Histogram
typedef struct Scopes Scopes

Enumeration Type Documentation

Enumerator:
CURVE_PRESET_LINE 
CURVE_PRESET_SHARP 
CURVE_PRESET_SMOOTH 
CURVE_PRESET_MAX 
CURVE_PRESET_MID9 
CURVE_PRESET_ROUND 
CURVE_PRESET_ROOT 

Definition at line 88 of file DNA_color_types.h.