Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
SkSVGFeTurbulenceType Struct Reference

#include <SkSVGTypes.h>

Public Types

enum  Type { kFractalNoise , kTurbulence }
 

Public Member Functions

 SkSVGFeTurbulenceType ()
 
 SkSVGFeTurbulenceType (Type type)
 

Public Attributes

Type fType
 

Detailed Description

Definition at line 702 of file SkSVGTypes.h.

Member Enumeration Documentation

◆ Type

Enumerator
kFractalNoise 
kTurbulence 

Definition at line 703 of file SkSVGTypes.h.

Constructor & Destructor Documentation

◆ SkSVGFeTurbulenceType() [1/2]

SkSVGFeTurbulenceType::SkSVGFeTurbulenceType ( )
inline

Definition at line 710 of file SkSVGTypes.h.

◆ SkSVGFeTurbulenceType() [2/2]

SkSVGFeTurbulenceType::SkSVGFeTurbulenceType ( Type  type)
inlineexplicit

Definition at line 711 of file SkSVGTypes.h.

711: fType(type) {}

Member Data Documentation

◆ fType

Type SkSVGFeTurbulenceType::fType

Definition at line 708 of file SkSVGTypes.h.


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