Inkscape
Vector Graphics Editor
gradient-image.h File Reference

Go to the source code of this file.

Classes

class  Inkscape::UI::Widget::GradientImage
 

Namespaces

namespace  Gdk
 
namespace  Inkscape
 CMYK to sRGB conversion routines.
 
namespace  Inkscape::UI
 User interface code.
 
namespace  Inkscape::UI::Widget
 Custom widgets.
 

Functions

void sp_gradient_draw (SPGradient *gr, int width, int height, cairo_t *ct)
 
GdkPixbufsp_gradient_to_pixbuf (SPGradient *gr, int width, int height)
 
Glib::RefPtr< Gdk::Pixbuf > sp_gradient_to_pixbuf_ref (SPGradient *gr, int width, int height)
 
Glib::RefPtr< Gdk::Pixbuf > sp_gradstop_to_pixbuf_ref (SPStop *gr, int width, int height)
 

Function Documentation

◆ sp_gradient_draw()

void sp_gradient_draw ( SPGradient gr,
int  width,
int  height,
cairo_t ct 
)

◆ sp_gradient_to_pixbuf()

GdkPixbuf * sp_gradient_to_pixbuf ( SPGradient gr,
int  width,
int  height 
)

◆ sp_gradient_to_pixbuf_ref()

Glib::RefPtr< Gdk::Pixbuf > sp_gradient_to_pixbuf_ref ( SPGradient gr,
int  width,
int  height 
)

Definition at line 111 of file gradient-image.cpp.

References height, sp_gradient_to_pixbuf(), and width.

Referenced by gr_vector_list().

◆ sp_gradstop_to_pixbuf_ref()

Glib::RefPtr< Gdk::Pixbuf > sp_gradstop_to_pixbuf_ref ( SPStop gr,
int  width,
int  height 
)