Indicates the value of the alpha, red, green, and blue color channels for an ARGB color to use as an event attribute.
More...
|
constexpr | argb (component_type alpha_, component_type red_, component_type green_, component_type blue_) noexcept |
| Construct an argb with alpha, red, green, and blue channels specified by alpha_ , red_ , green_ , and blue_ , respectively.
|
|
constexpr | rgb (component_type red_, component_type green_, component_type blue_) noexcept |
| Construct a rgb with red, green, and blue channels specified by red_ , green_ , and blue_ , respectively.
|
|
Indicates the value of the alpha, red, green, and blue color channels for an ARGB color to use as an event attribute.
Definition at line 1012 of file nvtx3.hpp.
Construct an argb with alpha, red, green, and blue channels specified by alpha_
, red_
, green_
, and blue_
, respectively.
Valid values are in the range [0,255]
.
- Parameters
-
alpha_ | Value of the alpha channel (opacity) |
red_ | Value of the red channel |
green_ | Value of the green channel |
blue_ | Value of the blue channel |
Definition at line 1025 of file nvtx3.hpp.