Flutter Engine
The Flutter Engine
|
#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 |
SkPMColor4f skgpu::BlendInfo::fBlendConstant = SK_PMColor4fTRANSPARENT |
skgpu::BlendCoeff skgpu::BlendInfo::fDstBlend = skgpu::BlendCoeff::kZero |
skgpu::BlendCoeff skgpu::BlendInfo::fSrcBlend = skgpu::BlendCoeff::kOne |