LibreOffice Module basegfx (master) 1
|
#include <bgradient.hxx>
Public Member Functions | |
BColorStopRange () | |
Public Attributes | |
basegfx::BColor | maColorStart |
basegfx::BColor | maColorEnd |
double | mfOffsetStart |
double | mfOffsetEnd |
Definition at line 158 of file bgradient.hxx.
|
inline |
Definition at line 165 of file bgradient.hxx.
basegfx::BColor basegfx::BColorStops::BColorStopRange::maColorEnd |
Definition at line 161 of file bgradient.hxx.
Referenced by basegfx::BColorStops::getInterpolatedBColor().
basegfx::BColor basegfx::BColorStops::BColorStopRange::maColorStart |
Definition at line 160 of file bgradient.hxx.
Referenced by basegfx::BColorStops::getInterpolatedBColor().
double basegfx::BColorStops::BColorStopRange::mfOffsetEnd |
Definition at line 163 of file bgradient.hxx.
Referenced by basegfx::BColorStops::getInterpolatedBColor().
double basegfx::BColorStops::BColorStopRange::mfOffsetStart |
Definition at line 162 of file bgradient.hxx.
Referenced by basegfx::BColorStops::getInterpolatedBColor().