Blender V4.3
ColorSpace Struct Reference

#include <IMB_colormanagement_intern.hh>

Public Attributes

ColorSpacenext
 
ColorSpaceprev
 
int index
 
char name [MAX_COLORSPACE_NAME]
 
char description [MAX_COLORSPACE_DESCRIPTION]
 
OCIO_ConstCPUProcessorRcPtrto_scene_linear
 
OCIO_ConstCPUProcessorRcPtrfrom_scene_linear
 
char(* aliases )[MAX_COLORSPACE_NAME]
 
int num_aliases
 
bool is_invertible
 
bool is_data
 
struct { 
 
   bool   cached 
 
   bool   is_srgb 
 
   bool   is_scene_linear 
 
info 
 

Detailed Description

Definition at line 29 of file IMB_colormanagement_intern.hh.

Member Data Documentation

◆ aliases

char(* ColorSpace::aliases)[MAX_COLORSPACE_NAME]

◆ cached

bool ColorSpace::cached

◆ description

char ColorSpace::description[MAX_COLORSPACE_DESCRIPTION]

Definition at line 33 of file IMB_colormanagement_intern.hh.

Referenced by colormanage_colorspace_add().

◆ from_scene_linear

OCIO_ConstCPUProcessorRcPtr* ColorSpace::from_scene_linear

◆ index

◆ [struct]

◆ is_data

◆ is_invertible

bool ColorSpace::is_invertible

Definition at line 41 of file IMB_colormanagement_intern.hh.

Referenced by colormanage_colorspace_add().

◆ is_scene_linear

bool ColorSpace::is_scene_linear

◆ is_srgb

bool ColorSpace::is_srgb

◆ name

◆ next

ColorSpace* ColorSpace::next

◆ num_aliases

int ColorSpace::num_aliases

Definition at line 39 of file IMB_colormanagement_intern.hh.

Referenced by colormanage_load_config().

◆ prev

ColorSpace * ColorSpace::prev

Definition at line 30 of file IMB_colormanagement_intern.hh.

◆ to_scene_linear


The documentation for this struct was generated from the following file: