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

#include <color_source.h>

Public Attributes

Point start_point
 
Point end_point
 
std::vector< Colorcolors
 
std::vector< Scalarstops
 
Entity::TileMode tile_mode
 
Matrix effect_transform
 

Detailed Description

Definition at line 28 of file color_source.h.

Member Data Documentation

◆ colors

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

Definition at line 31 of file color_source.h.

◆ effect_transform

Matrix impeller::LinearGradientData::effect_transform

Definition at line 34 of file color_source.h.

◆ end_point

Point impeller::LinearGradientData::end_point

Definition at line 30 of file color_source.h.

◆ start_point

Point impeller::LinearGradientData::start_point

Definition at line 29 of file color_source.h.

◆ stops

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

Definition at line 32 of file color_source.h.

◆ tile_mode

Entity::TileMode impeller::LinearGradientData::tile_mode

Definition at line 33 of file color_source.h.


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