Guiliani  Version 2.5 revision 7293 (documentation build 13)
CSVGGradient Class Reference

#include <SVGShape.h>

Classes

struct  GradientStop_t
 

Public Types

enum  GradientType_t { LINEAR , RADIAL }
 
enum  Spread_t { PAD , REFLECT , REPEAT }
 

Public Attributes

eC_Float m_afXform [6]
 deforming matrix
 
std::vector< GradientStop_tm_akGradientStops
 gradient-stops
 
eC_Bool m_bIsStroke
 has stroke?
 
GradientType_t m_eGradientType
 the used gradient-type
 
Spread_t m_eSpread
 the used spread-type
 
eC_Value m_vFx
 focalpoint x
 
eC_Value m_vFy
 focalpoint y
 

Detailed Description

This class represents an SVG-gradient

Member Enumeration Documentation

◆ GradientType_t

Gradient-type for paths

Enumerator
LINEAR 

linear

RADIAL 

radial

◆ Spread_t

Spreading-type

Enumerator
PAD 

pad

REFLECT 

reflect

REPEAT 

repeat


The documentation for this class was generated from the following file: