Blender V4.3
ColorMapping Struct Reference

#include <DNA_texture_types.h>

Public Attributes

struct ColorBand coba
 
float bright
 
float contrast
 
float saturation
 
int flag
 
float blend_color [3]
 
float blend_factor
 
int blend_type
 
char _pad [4]
 

Detailed Description

Definition at line 247 of file DNA_texture_types.h.

Member Data Documentation

◆ _pad

char ColorMapping::_pad[4]

Definition at line 256 of file DNA_texture_types.h.

◆ blend_color

float ColorMapping::blend_color[3]

Definition at line 253 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ blend_factor

float ColorMapping::blend_factor

Definition at line 254 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ blend_type

int ColorMapping::blend_type

Definition at line 255 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ bright

float ColorMapping::bright

Definition at line 250 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ coba

struct ColorBand ColorMapping::coba

Definition at line 248 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ contrast

float ColorMapping::contrast

Definition at line 250 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ flag

int ColorMapping::flag

Definition at line 251 of file DNA_texture_types.h.

◆ saturation

float ColorMapping::saturation

Definition at line 250 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().


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