Blend2D
2D Vector Graphics Engine
About
Roadmap
Performance
Docs
Blog
Research
Support
Download
{Fiddle}
Topics
Getting Started
Build Instructions
Multithreaded Rendering
API Reference
Index
Class List
Globals
Containers
Geometries
Imaging
Styling
Text
Rendering
Runtime
Filesystem
Miscellaneous
Impl API
Macros
C API
Object Model
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
(
const
BLConicGradientValues
& other)
noexcept
= default
BLConicGradientValues
&
operator=
(
const
BLConicGradientValues
& other)
noexcept
= default
BLConicGradientValues
(
double
x0_value,
double
y0_value,
double
angle_value,
double
repeat_value = 1.0)
noexcept
Common Functionality
void
reset
()
noexcept