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

#include <color_source.h>

Public Attributes

Point center
 
Scalar radius
 
std::vector< Colorcolors
 
std::vector< Scalarstops
 
Entity::TileMode tile_mode
 
Matrix effect_transform
 

Detailed Description

Definition at line 37 of file color_source.h.

Member Data Documentation

◆ center

Point impeller::RadialGradientData::center

Definition at line 38 of file color_source.h.

◆ colors

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

Definition at line 40 of file color_source.h.

◆ effect_transform

Matrix impeller::RadialGradientData::effect_transform

Definition at line 43 of file color_source.h.

◆ radius

Scalar impeller::RadialGradientData::radius

Definition at line 39 of file color_source.h.

◆ stops

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

Definition at line 41 of file color_source.h.

◆ tile_mode

Entity::TileMode impeller::RadialGradientData::tile_mode

Definition at line 42 of file color_source.h.


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