Indicates the values of the red, green, and blue color channels for an RGB color to use as an event attribute (assumes no transparency).
More...
Indicates the values of the red, green, and blue color channels for an RGB color to use as an event attribute (assumes no transparency).
Definition at line 993 of file nvtx3.hpp.
Construct a rgb with red, green, and blue channels specified by red_
, green_
, and blue_
, respectively.
Valid values are in the range [0,255]
.
- Parameters
-
red_ | Value of the red channel |
green_ | Value of the green channel |
blue_ | Value of the blue channel |
Definition at line 1007 of file nvtx3.hpp.