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
⭢
BLConicGradientValues
BLConicGradientValues Struct Reference
Conic gradient values packed into a structure.
Public Members
double
x0
double
y0
double
angle
double
repeat
Member Functions
Construction & Destruction
BLConicGradientValues
()
noexcept
= default
BLConicGradientValues
(
const
BLConicGradientValues
& other)
noexcept
= default
BLConicGradientValues
&
operator=
(
const
BLConicGradientValues
& other)
noexcept
= default
BLConicGradientValues
(
double
x0Value,
double
y0Value,
double
angleValue,
double
repeatValue = 1.0)
noexcept
Common Functionality
void
reset
()
noexcept