Krita Source Code Documentation
Loading...
Searching...
No Matches
KoOptimizedPixelDataScalerU8ToU16FactoryImpl.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2021 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KoOptimizedPixelDataScalerU8ToU16FACTORYIMPL_H
8#define KoOptimizedPixelDataScalerU8ToU16FACTORYIMPL_H
9
12
14{
15public:
16 template<typename _impl>
18};
19
20#endif // KoOptimizedPixelDataScalerU8ToU16FACTORYIMPL_H
Converts an RGB-like color space between U8 and U16 formats.
static KoOptimizedPixelDataScalerU8ToU16Base * create(int)