libpgplotxx.a (C++ interface to PGPLOT)

◆ scr() [1/2]

basic_device& pgplot::basic_device::scr ( const int &  ci,
const float &  cr,
const float &  cg,
const float &  cb 
)
inlineinherited

set color representation

Definition at line 415 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by pgplot::Tlinestyle::apply(), and pgplot::basic_device::scr().

417  { this->select(); cpgscr(ci, cr, cg, cb); return(*this); }
Here is the call graph for this function:
Here is the caller graph for this function: