Gimp.Precision – gimp-3.0 Reference Manual
Packages
gimp-3.0
Gimp
Precision
DOUBLE_LINEAR
DOUBLE_NON_LINEAR
DOUBLE_PERCEPTUAL
FLOAT_LINEAR
FLOAT_NON_LINEAR
FLOAT_PERCEPTUAL
HALF_LINEAR
HALF_NON_LINEAR
HALF_PERCEPTUAL
U16_LINEAR
U16_NON_LINEAR
U16_PERCEPTUAL
U32_LINEAR
U32_NON_LINEAR
U32_PERCEPTUAL
U8_LINEAR
U8_NON_LINEAR
U8_PERCEPTUAL
Precision
Description:
[
CCode
( cprefix =
"GIMP_PRECISION_"
, type_id =
"gimp_precision_get_type ()"
) ]
[
Version
( since =
"2.10"
) ]
public
enum
Precision
Precisions for pixel encoding.
Namespace:
Gimp
Package:
gimp-3.0
Content:
Enum values:
DOUBLE_LINEAR
-
64-bit linear floating point
DOUBLE_NON_LINEAR
-
64-bit non-linear floating point
DOUBLE_PERCEPTUAL
-
64-bit perceptual floating point
FLOAT_LINEAR
-
32-bit linear floating point
FLOAT_NON_LINEAR
-
32-bit non-linear floating point
FLOAT_PERCEPTUAL
-
32-bit perceptual floating point
HALF_LINEAR
-
16-bit linear floating point
HALF_NON_LINEAR
-
16-bit non-linear floating point
HALF_PERCEPTUAL
-
16-bit perceptual floating point
U16_LINEAR
-
16-bit linear integer
U16_NON_LINEAR
-
16-bit non-linear integer
U16_PERCEPTUAL
-
16-bit perceptual integer
U32_LINEAR
-
32-bit linear integer
U32_NON_LINEAR
-
32-bit non-linear integer
U32_PERCEPTUAL
-
32-bit perceptual integer
U8_LINEAR
-
8-bit linear integer
U8_NON_LINEAR
-
8-bit non-linear integer
U8_PERCEPTUAL
-
8-bit perceptual integer