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