Public Properties | |
| xtd::single | y |
| Gets or sets the y component value of this xtd::drawing::yuv struct. | |
| xtd::single | u |
| Gets or sets the u component value of this xtd::drawing::yuv struct. | |
| xtd::single | v |
| Gets or sets the v component value of this xtd::drawing::yuv struct. | |
Public Static Methods | |
| static auto | from_yuv (xtd::single y, xtd::single u, xtd::single v) noexcept -> xtd::drawing::yuv |
| Creates a xtd::yuv struct from the specified y, u, and v single values. | |
| static auto | from_yuv (const yuv &value) noexcept -> xtd::drawing::yuv |
| Creates a xtd::yuv struct from the specified axtd::drawing::yuv value. | |
|
inlinestaticnodiscardnoexcept |
Creates a xtd::yuv struct from the specified y, u, and v single values.
| y | The a single value. |
| u | The r single value. |
| v | The g single value. |
|
inlinestaticnodiscardnoexcept |
Creates a xtd::yuv struct from the specified axtd::drawing::yuv value.
| value | The yuv value. |
| xtd::single xtd::drawing::yuv::y |
Gets or sets the y component value of this xtd::drawing::yuv struct.
| a | byte The y component value of this xtd::drawing::yuv. |
| xtd::single xtd::drawing::yuv::u |
Gets or sets the u component value of this xtd::drawing::yuv struct.
| r | byte The u component value of this xtd::drawing::yuv. |
| xtd::single xtd::drawing::yuv::v |
Gets or sets the v component value of this xtd::drawing::yuv struct.
| r | byte The v component value of this xtd::drawing::yuv. |