Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 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.

◆ blend_mode

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

Definition at line 291 of file aiks_blur_unittests.cc.

◆ image_filter

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

Definition at line 289 of file aiks_blur_unittests.cc.

◆ invert_colors

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

Definition at line 290 of file aiks_blur_unittests.cc.

◆ sigma

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

Definition at line 287 of file aiks_blur_unittests.cc.

◆ style

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

Definition at line 286 of file aiks_blur_unittests.cc.


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