Skip to content

Commit

Permalink
remove redundant definition
Browse files Browse the repository at this point in the history
probably a typo
  • Loading branch information
mm2 committed Jul 27, 2024
1 parent 059ebcf commit 54b83a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/lcms2.h
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,6 @@ typedef void* cmsHTRANSFORM;
// IEEE 754-2008 "half"
#define TYPE_GRAY_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(2))
#define TYPE_RGB_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2))
#define TYPE_RGBA_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2))
#define TYPE_CMYK_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2))

#define TYPE_RGBA_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2))
Expand Down

0 comments on commit 54b83a4

Please sign in to comment.