/*
5 * Authors: see git history
7 * Copyright (C) 2018 Authors
8 * Released under GNU GPL v2+, read the file
'COPYING' for more information.
10#ifndef SEEN_SP_GRADIENT_VECTOR_H
11#define SEEN_SP_GRADIENT_VECTOR_H
25 std::optional<Inkscape::Colors::Color>
color;
34 std::vector<SPGradientStop>
stops;
Differs from SPStop in that SPStop mirrors the <stop> element in the document, whereas SPGradientStop...
std::optional< Inkscape::Colors::Color > color
The effective gradient vector, after copying stops from the referenced gradient if necessary.
std::vector< SPGradientStop > stops