Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::Extension::Internal::GradientStop Class Reference

#include <odf.h>

Public Member Functions

 GradientStop ()
 
 GradientStop (unsigned long rgbArg, double opacityArg)
 
virtual ~GradientStop ()=default
 
 GradientStop (const GradientStop &other)
 
virtual GradientStopoperator= (const GradientStop &other)
 
void assign (const GradientStop &other)
 

Public Attributes

unsigned long rgb
 
double opacity
 

Detailed Description

Definition at line 114 of file odf.h.

Constructor & Destructor Documentation

◆ GradientStop() [1/3]

Inkscape::Extension::Internal::GradientStop::GradientStop ( )
inline

Definition at line 117 of file odf.h.

◆ GradientStop() [2/3]

Inkscape::Extension::Internal::GradientStop::GradientStop ( unsigned long  rgbArg,
double  opacityArg 
)
inline

Definition at line 119 of file odf.h.

References opacity, and rgb.

◆ ~GradientStop()

virtual Inkscape::Extension::Internal::GradientStop::~GradientStop ( )
virtualdefault

◆ GradientStop() [3/3]

Inkscape::Extension::Internal::GradientStop::GradientStop ( const GradientStop other)
inline

Definition at line 123 of file odf.h.

References assign().

Member Function Documentation

◆ assign()

void Inkscape::Extension::Internal::GradientStop::assign ( const GradientStop other)
inline

Definition at line 127 of file odf.h.

References opacity, and rgb.

Referenced by GradientStop(), and operator=().

◆ operator=()

virtual GradientStop & Inkscape::Extension::Internal::GradientStop::operator= ( const GradientStop other)
inlinevirtual

Definition at line 125 of file odf.h.

References assign().

Member Data Documentation

◆ opacity

double Inkscape::Extension::Internal::GradientStop::opacity

◆ rgb

unsigned long Inkscape::Extension::Internal::GradientStop::rgb

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