|
Krita Source Code Documentation
|
Go to the source code of this file.
Functions | |
| template<template< typename T > class Functor, typename... Args, typename Result = decltype(std::declval<Functor<quint8>>()(std::declval<Args>()...))> | |
| Result | channelTypeForColorDepthId (const KoID &depthId, Args... args) |
| template<typename channel_type > | |
| KoID | colorDepthIdForChannelType () |
| template<> | |
| KoID | colorDepthIdForChannelType< double > () |
| template<> | |
| KoID | colorDepthIdForChannelType< float > () |
| template<> | |
| KoID | colorDepthIdForChannelType< quint16 > () |
| template<> | |
| KoID | colorDepthIdForChannelType< quint8 > () |
| Result channelTypeForColorDepthId | ( | const KoID & | depthId, |
| Args... | args ) |
Definition at line 46 of file KoColorModelStandardIdsUtils.h.
References Float16BitsColorDepthID, Float32BitsColorDepthID, Integer16BitsColorDepthID, and Integer8BitsColorDepthID.
| KoID colorDepthIdForChannelType | ( | ) |
|
inline |
Definition at line 39 of file KoColorModelStandardIdsUtils.h.
References Float64BitsColorDepthID.
|
inline |
Definition at line 35 of file KoColorModelStandardIdsUtils.h.
References Float32BitsColorDepthID.
|
inline |
Definition at line 25 of file KoColorModelStandardIdsUtils.h.
References Integer16BitsColorDepthID.
|
inline |
Definition at line 21 of file KoColorModelStandardIdsUtils.h.
References Integer8BitsColorDepthID.