Interpret the pixel value as a U8 * * @param[out] v Returned value */
| 230 | * @param[out] v Returned value |
| 231 | */ |
| 232 | void get(uint8_t &v) const |
| 233 | { |
| 234 | v = value.u8; |
| 235 | } |
| 236 | /** Interpret the pixel value as a S8 |
| 237 | * |
| 238 | * @param[out] v Returned value |
no outgoing calls
no test coverage detected