libpgplotxx.a (C++ interface to PGPLOT)

◆ shls() [2/2]

basic_device& pgplot::basic_device::shls ( const int &  ci,
const Tcol hls 
)
inlineinherited

set color representation by hls values

Definition at line 435 of file basicdevice.h.

References pgplot::Tcol::h, pgplot::Tcol::l, pgplot::Tcol::s, and pgplot::basic_device::shls().

436  { return(this->shls(ci, hls.h, hls.l, hls.s)); }
basic_device & shls(const int &ci, const float &ch, const float &cl, const float &cs)
set color in the HLS system
Definition: basicdevice.h:431
Here is the call graph for this function: