Flutter Impeller
impeller::testing::MaskBlurTestConfig Struct Reference

Public Attributes

DlBlurStyle style = DlBlurStyle::kNormal
 
Scalar sigma = 1.0f
 
Scalar alpha = 1.0f
 
std::shared_ptr< DlImageFilter > image_filter
 
bool invert_colors = false
 
DlBlendMode blend_mode = DlBlendMode::kSrcOver
 

Detailed Description

Definition at line 496 of file aiks_dl_blur_unittests.cc.

Member Data Documentation

◆ alpha

Scalar impeller::testing::MaskBlurTestConfig::alpha = 1.0f

Definition at line 499 of file aiks_dl_blur_unittests.cc.

Referenced by impeller::testing::MaskBlurVariantTest().

◆ blend_mode

DlBlendMode impeller::testing::MaskBlurTestConfig::blend_mode = DlBlendMode::kSrcOver

Definition at line 502 of file aiks_dl_blur_unittests.cc.

Referenced by impeller::testing::MaskBlurVariantTest().

◆ image_filter

std::shared_ptr<DlImageFilter> impeller::testing::MaskBlurTestConfig::image_filter

Definition at line 500 of file aiks_dl_blur_unittests.cc.

Referenced by impeller::testing::MaskBlurVariantTest().

◆ invert_colors

bool impeller::testing::MaskBlurTestConfig::invert_colors = false

Definition at line 501 of file aiks_dl_blur_unittests.cc.

Referenced by impeller::testing::MaskBlurVariantTest().

◆ sigma

Scalar impeller::testing::MaskBlurTestConfig::sigma = 1.0f

Definition at line 498 of file aiks_dl_blur_unittests.cc.

Referenced by impeller::testing::MaskBlurVariantTest().

◆ style

DlBlurStyle impeller::testing::MaskBlurTestConfig::style = DlBlurStyle::kNormal

Definition at line 497 of file aiks_dl_blur_unittests.cc.

Referenced by impeller::testing::MaskBlurVariantTest().


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