Flutter Engine
The Flutter Engine
|
#include <SkSGGradient.h>
Public Member Functions | |
bool | operator== (const ColorStop &other) const |
Public Attributes | |
SkScalar | fPosition |
SkColor4f | fColor |
Definition at line 30 of file SkSGGradient.h.
|
inline |
Definition at line 34 of file SkSGGradient.h.
SkColor4f sksg::Gradient::ColorStop::fColor |
Definition at line 32 of file SkSGGradient.h.
SkScalar sksg::Gradient::ColorStop::fPosition |
Definition at line 31 of file SkSGGradient.h.