Blend2D
2D Vector Graphics Engine
About
Roadmap
Performance
Docs
Blog
Research
Support
Download
{Fiddle}
API Reference
Index
Class List
Globals
Containers
Geometries
Imaging
Styling
Text
Rendering
Runtime
Filesystem
Miscellaneous
Impl API
Macros
C API
Object Model
Topics
Getting Started
Build Instructions
Multithreaded Rendering
Index
⭢
Styling
⭢
BLRadialGradientValues
BLRadialGradientValues Struct Reference
Radial gradient values packed into a structure.
Public Members
double
x0
double
y0
double
x1
double
y1
double
r0
double
r1
Member Functions
Construction & Destruction
BLRadialGradientValues
()
noexcept
= default
BLRadialGradientValues
(
const
BLRadialGradientValues
& other)
noexcept
= default
BLRadialGradientValues
&
operator=
(
const
BLRadialGradientValues
& other)
noexcept
= default
BLRadialGradientValues
(
double
x0Value,
double
y0Value,
double
x1Value,
double
y1Value,
double
r0Value,
double
r1Value = 0.0)
noexcept
Common Functionality
void
reset
()
noexcept