Blender V5.0
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 156 of file DNA_texture_types.h.

Member Data Documentation

◆ _pad

char ColorMapping::_pad[4]

Definition at line 165 of file DNA_texture_types.h.

◆ blend_color

float ColorMapping::blend_color[3]

Definition at line 162 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ blend_factor

float ColorMapping::blend_factor

Definition at line 163 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ blend_type

int ColorMapping::blend_type

Definition at line 164 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ bright

float ColorMapping::bright

Definition at line 159 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ coba

struct ColorBand ColorMapping::coba

Definition at line 157 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ contrast

float ColorMapping::contrast

Definition at line 159 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ flag

int ColorMapping::flag

Definition at line 160 of file DNA_texture_types.h.

◆ saturation

float ColorMapping::saturation

Definition at line 159 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().


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