Flutter Impeller
impeller::testing::MaskBlurTestConfig Struct Reference

Public Attributes

FilterContents::BlurStyle style = FilterContents::BlurStyle::kNormal
 
Scalar sigma = 1.0f
 
Scalar alpha = 1.0f
 
std::shared_ptr< ImageFilterimage_filter
 
bool invert_colors = false
 
BlendMode blend_mode = BlendMode::kSourceOver
 

Detailed Description

Definition at line 285 of file aiks_blur_unittests.cc.

Member Data Documentation

◆ alpha

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

Definition at line 288 of file aiks_blur_unittests.cc.

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

◆ blend_mode

BlendMode impeller::testing::MaskBlurTestConfig::blend_mode = BlendMode::kSourceOver

Definition at line 291 of file aiks_blur_unittests.cc.

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

◆ image_filter

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

Definition at line 289 of file aiks_blur_unittests.cc.

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

◆ invert_colors

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

Definition at line 290 of file aiks_blur_unittests.cc.

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

◆ sigma

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

Definition at line 287 of file aiks_blur_unittests.cc.

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

◆ style

FilterContents::BlurStyle impeller::testing::MaskBlurTestConfig::style = FilterContents::BlurStyle::kNormal

Definition at line 286 of file aiks_blur_unittests.cc.

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


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