Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
impeller::SweepGradientData Struct Reference

#include <color_source.h>

Public Attributes

Point center
 
Degrees start_angle
 
Degrees end_angle
 
std::vector< Colorcolors
 
std::vector< Scalarstops
 
Entity::TileMode tile_mode
 
Matrix effect_transform
 

Detailed Description

Definition at line 57 of file color_source.h.

Member Data Documentation

◆ center

Point impeller::SweepGradientData::center

Definition at line 58 of file color_source.h.

◆ colors

std::vector<Color> impeller::SweepGradientData::colors

Definition at line 61 of file color_source.h.

◆ effect_transform

Matrix impeller::SweepGradientData::effect_transform

Definition at line 64 of file color_source.h.

◆ end_angle

Degrees impeller::SweepGradientData::end_angle

Definition at line 60 of file color_source.h.

◆ start_angle

Degrees impeller::SweepGradientData::start_angle

Definition at line 59 of file color_source.h.

◆ stops

std::vector<Scalar> impeller::SweepGradientData::stops

Definition at line 62 of file color_source.h.

◆ tile_mode

Entity::TileMode impeller::SweepGradientData::tile_mode

Definition at line 63 of file color_source.h.


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