HSV色空間
[詳解]
#include <Udon/Types/Forward/HSV.hpp>
◆ ValueType
◆ HSV() [1/5]
◆ HSV() [2/5]
◆ HSV() [3/5]
Udon::HSV::HSV |
( |
uint32_t | hsv | ) |
|
|
inlinenoexcept |
◆ HSV() [4/5]
Udon::HSV::HSV |
( |
const RGB & | rgb | ) |
|
|
inlinenoexcept |
変換コンストラクタ
HSV色空間からRGB色空間への変換
- 引数
-
◆ HSV() [5/5]
Udon::HSV::HSV |
( |
const HSV & | | ) |
|
|
default |
◆ operator bool()
Udon::HSV::operator bool |
( |
| ) |
const |
|
inlineexplicitconstexprnoexcept |
◆ operator=()
HSV & Udon::HSV::operator= |
( |
const HSV & | | ) |
|
|
default |
◆ to24bit()
uint32_t Udon::HSV::to24bit |
( |
| ) |
const |
|
inlinenoexcept |
◆ toRGB()
RGB色空間に変換
HSV色空間からRGB色空間への変換
- 戻り値
- RGB色空間
◆ UDON_ENUMERABLE()
Udon::HSV::UDON_ENUMERABLE |
( |
h | , |
|
|
s | , |
|
|
v | ) |
◆ operator!=
bool operator!= |
( |
const HSV & | lhs, |
|
|
const HSV & | rhs ) |
|
friend |
◆ operator==
bool operator== |
( |
const HSV & | lhs, |
|
|
const HSV & | rhs ) |
|
friend |
この構造体詳解は次のファイルから抽出されました: