vkms_luts.h 280 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. #ifndef _VKMS_LUTS_H_
  3. #define _VKMS_LUTS_H_
  4. #define LUT_SIZE 256
  5. extern const struct vkms_color_lut linear_eotf;
  6. extern const struct vkms_color_lut srgb_eotf;
  7. extern const struct vkms_color_lut srgb_inv_eotf;
  8. #endif /* _VKMS_LUTS_H_ */