Blender  V3.3
Public Attributes | List of all members
ColorResampleElem Struct Reference

Public Attributes

struct ColorResampleElemnext
 
struct ColorResampleElemprev
 
HeapNodenode
 
float rgba [4]
 
float pos
 

Detailed Description

Used for calculating which samples of a color-band to remove (when simplifying).

Definition at line 107 of file colorband.c.

Member Data Documentation

◆ next

struct ColorResampleElem* ColorResampleElem::next

Definition at line 108 of file colorband.c.

Referenced by colorband_init_from_table_rgba_resample().

◆ node

HeapNode* ColorResampleElem::node

Definition at line 109 of file colorband.c.

Referenced by colorband_init_from_table_rgba_resample().

◆ pos

float ColorResampleElem::pos

Definition at line 111 of file colorband.c.

◆ prev

struct ColorResampleElem * ColorResampleElem::prev

Definition at line 108 of file colorband.c.

Referenced by colorband_init_from_table_rgba_resample().

◆ rgba

float ColorResampleElem::rgba[4]

Definition at line 110 of file colorband.c.


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