Pico Headers
Loading...
Searching...
No Matches
Public Attributes | List of all members
pgl_blend_mode_t Struct Reference

Blend mode. More...

#include <pico_gl.h>

Public Attributes

pgl_blend_factor_t color_src
 Color source blending factor.
 
pgl_blend_factor_t color_dst
 Color dsestination blending factor.
 
pgl_blend_eq_t color_eq
 Equation for blending colors.
 
pgl_blend_factor_t alpha_src
 Alpha source blending factor.
 
pgl_blend_factor_t alpha_dst
 Alpha destination blending factor.
 
pgl_blend_eq_t alpha_eq
 Equation for blending alpha values.
 

Detailed Description

Blend mode.

Completely describes a blend operation.

Member Data Documentation

◆ color_src

pgl_blend_factor_t pgl_blend_mode_t::color_src

Color source blending factor.

◆ color_dst

pgl_blend_factor_t pgl_blend_mode_t::color_dst

Color dsestination blending factor.

◆ color_eq

pgl_blend_eq_t pgl_blend_mode_t::color_eq

Equation for blending colors.

◆ alpha_src

pgl_blend_factor_t pgl_blend_mode_t::alpha_src

Alpha source blending factor.

◆ alpha_dst

pgl_blend_factor_t pgl_blend_mode_t::alpha_dst

Alpha destination blending factor.

◆ alpha_eq

pgl_blend_eq_t pgl_blend_mode_t::alpha_eq

Equation for blending alpha values.


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