libpgplotxx.a (C++ interface to PGPLOT)
|
a struct to hold colour triples i.e. rgb or hls values More...
#include <structs.h>
Public Attributes | |
union { | |
float r | |
float h | |
}; | |
red or hue More... | |
union { | |
float g | |
float l | |
}; | |
red or lightness More... | |
union { | |
float b | |
float s | |
}; | |
blue or saturation More... | |
a struct to hold colour triples i.e. rgb or hls values