Inkscape
Vector Graphics Editor
color-notebook.cpp File Reference

A notebook with RGB, CMYK, CMS, HSL, and Wheel pages. More...

Go to the source code of this file.

Namespaces

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

Variables

static constexpr int XPAD = 2
 
static constexpr int YPAD = 1
 

Detailed Description

A notebook with RGB, CMYK, CMS, HSL, and Wheel pages.

Definition in file color-notebook.cpp.

Variable Documentation

◆ XPAD

constexpr int XPAD = 2
staticconstexpr

Definition at line 43 of file color-notebook.cpp.

Referenced by Inkscape::UI::Widget::ColorNotebook::_initUI().

◆ YPAD

constexpr int YPAD = 1
staticconstexpr

Definition at line 44 of file color-notebook.cpp.

Referenced by Inkscape::UI::Widget::ColorNotebook::_initUI().