Blender V4.3
fallback_impl.cc File Reference
#include <algorithm>
#include <cstring>
#include <vector>
#include "BLI_math_color.h"
#include "BLI_math_vector.h"
#include "MEM_guardedalloc.h"
#include "ocio_impl.h"

Go to the source code of this file.

Classes

struct  OCIO_PackedImageDescription
 
struct  FallbackTransform
 
struct  FallbackProcessor
 

Macros

#define CONFIG_DEFAULT   ((OCIO_ConstConfigRcPtr *)1)
 
#define COLORSPACE_LINEAR   ((OCIO_ConstColorSpaceRcPtr *)1)
 
#define COLORSPACE_SRGB   ((OCIO_ConstColorSpaceRcPtr *)2)
 
#define COLORSPACE_DATA   ((OCIO_ConstColorSpaceRcPtr *)3)
 

Enumerations

enum  TransformType {
  TRANSFORM_LINEAR_TO_SRGB , TRANSFORM_SRGB_TO_LINEAR , TRANSFORM_SCALE , TRANSFORM_EXPONENT ,
  TRANSFORM_NONE , TRANSFORM_UNKNOWN
}
 

Macro Definition Documentation

◆ COLORSPACE_DATA

◆ COLORSPACE_LINEAR

◆ COLORSPACE_SRGB

◆ CONFIG_DEFAULT

#define CONFIG_DEFAULT   ((OCIO_ConstConfigRcPtr *)1)

Enumeration Type Documentation

◆ TransformType

Enumerator
TRANSFORM_LINEAR_TO_SRGB 
TRANSFORM_SRGB_TO_LINEAR 
TRANSFORM_SCALE 
TRANSFORM_EXPONENT 
TRANSFORM_NONE 
TRANSFORM_UNKNOWN 

Definition at line 19 of file fallback_impl.cc.