Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
skgpu::BlendInfo Struct Reference

#include <Blend.h>

Public Member Functions

 SkDEBUGCODE (SkString dump() const ;) bool operator
 

Public Attributes

skgpu::BlendCoeff fSrcBlend = skgpu::BlendCoeff::kOne
 
skgpu::BlendCoeff fDstBlend = skgpu::BlendCoeff::kZero
 
SkPMColor4f fBlendConstant = SK_PMColor4fTRANSPARENT
 
bool fWritesColor = true
 

Detailed Description

Definition at line 83 of file Blend.h.

Member Function Documentation

◆ SkDEBUGCODE()

skgpu::BlendInfo::SkDEBUGCODE ( SkString dump() const ;  )

Member Data Documentation

◆ fBlendConstant

SkPMColor4f skgpu::BlendInfo::fBlendConstant = SK_PMColor4fTRANSPARENT

Definition at line 97 of file Blend.h.

◆ fDstBlend

skgpu::BlendCoeff skgpu::BlendInfo::fDstBlend = skgpu::BlendCoeff::kZero

Definition at line 96 of file Blend.h.

◆ fSrcBlend

skgpu::BlendCoeff skgpu::BlendInfo::fSrcBlend = skgpu::BlendCoeff::kOne

Definition at line 95 of file Blend.h.

◆ fWritesColor

bool skgpu::BlendInfo::fWritesColor = true

Definition at line 98 of file Blend.h.


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