Flutter Engine
The Flutter Engine
Public Attributes | List of all members
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 295 of file aiks_blur_unittests.cc.

Member Data Documentation

◆ alpha

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

Definition at line 298 of file aiks_blur_unittests.cc.

◆ blend_mode

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

Definition at line 301 of file aiks_blur_unittests.cc.

◆ image_filter

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

Definition at line 299 of file aiks_blur_unittests.cc.

◆ invert_colors

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

Definition at line 300 of file aiks_blur_unittests.cc.

◆ sigma

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

Definition at line 297 of file aiks_blur_unittests.cc.

◆ style

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

Definition at line 296 of file aiks_blur_unittests.cc.


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