libpgplotxx.a (C++ interface to PGPLOT)

◆ scr() [2/2]

basic_device& pgplot::basic_device::scr ( const int &  ci,
const Tcol rgb 
)
inlineinherited

set color representation by rgb values

Definition at line 419 of file basicdevice.h.

References pgplot::Tcol::b, pgplot::Tcol::g, pgplot::Tcol::r, and pgplot::basic_device::scr().

420  { return(this->scr(ci, rgb.r, rgb.g, rgb.b)); }
basic_device & scr(const int &ci, const float &cr, const float &cg, const float &cb)
set color representation
Definition: basicdevice.h:415
Here is the call graph for this function: