libpgplotxx.a (C++ interface to PGPLOT)

◆ qcr()

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

inquire color representation

Definition at line 292 of file basicdevice.h.

References pgplot::basic_device::select().

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