ladybird/Libraries/LibGfx/InterpolationColorSpace.h

17 lines
218 B
C
Raw Normal View History

/*
* Copyright (c) 2025, Tim Ledbetter <tim.ledbetter@ladybird.org>.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace Gfx {
enum class InterpolationColorSpace {
LinearRGB,
SRGB,
};
}