Krita Source Code Documentation
Loading...
Searching...
No Matches
KoColorSpaceConstants.h File Reference
#include <climits>
#include <QtGlobal>

Go to the source code of this file.

Variables

const qreal OPACITY_OPAQUE_F = 1.0
 
const quint8 OPACITY_OPAQUE_U8 = UCHAR_MAX
 
const qreal OPACITY_TRANSPARENT_F = 0.0
 
const quint8 OPACITY_TRANSPARENT_U8 = 0
 

Variable Documentation

◆ OPACITY_OPAQUE_F

const qreal OPACITY_OPAQUE_F = 1.0

Definition at line 17 of file KoColorSpaceConstants.h.

◆ OPACITY_OPAQUE_U8

const quint8 OPACITY_OPAQUE_U8 = UCHAR_MAX

Definition at line 15 of file KoColorSpaceConstants.h.

◆ OPACITY_TRANSPARENT_F

const qreal OPACITY_TRANSPARENT_F = 0.0

Definition at line 16 of file KoColorSpaceConstants.h.

◆ OPACITY_TRANSPARENT_U8

const quint8 OPACITY_TRANSPARENT_U8 = 0

Definition at line 14 of file KoColorSpaceConstants.h.