RgbYuv
01 Syntax
Microsoft.VisualBasic.Imaging.Drawing2D.HeatMap.hqx.RgbYuv
02 Methods
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| RGBtoYUV | 1 | this array is readonly to public |
04 Members
getYuv(
UInt32)Returns the 24bit YUV equivalent of the provided 24bit RGB color.Any alpha component is dropped
Parameters
| Name | Type | Description |
|---|---|---|
rgb | UInt32 | a 24bit rgb color |
Returns
the corresponding 24bit YUV color
hqxInit
Calculates the lookup table. MUST be called (only once) before doing anything else
Release
Releases the reference to the lookup table.
The table has to be calculated again for the next lookup.
RGBtoYUV
this array is readonly to public