Blender V4.5
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 220 of file DNA_texture_types.h.

Member Data Documentation

◆ _pad

char ColorMapping::_pad[4]

Definition at line 229 of file DNA_texture_types.h.

◆ blend_color

float ColorMapping::blend_color[3]

Definition at line 226 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ blend_factor

float ColorMapping::blend_factor

Definition at line 227 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ blend_type

int ColorMapping::blend_type

Definition at line 228 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ bright

float ColorMapping::bright

Definition at line 223 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ coba

struct ColorBand ColorMapping::coba

Definition at line 221 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ contrast

float ColorMapping::contrast

Definition at line 223 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().

◆ flag

int ColorMapping::flag

Definition at line 224 of file DNA_texture_types.h.

◆ saturation

float ColorMapping::saturation

Definition at line 223 of file DNA_texture_types.h.

Referenced by BKE_texture_colormapping_default().


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