libpgplotxx.a (C++ interface to PGPLOT)

◆ shls() [1/2]

basic_device& pgplot::basic_device::shls ( const int &  ci,
const float &  ch,
const float &  cl,
const float &  cs 
)
inlineinherited

set color in the HLS system

Definition at line 431 of file basicdevice.h.

References pgplot::basic_device::select().

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

433  { this->select(); cpgshls(ci, ch, cl, cs); return(*this); }
Here is the call graph for this function:
Here is the caller graph for this function: