Removes ColorUtils from Code/Editor

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-11-19 16:52:26 -08:00
parent fba00b0b2b
commit 03543a9e8e
2 changed files with 0 additions and 23 deletions
-22
View File
@@ -1,22 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
// Description : Utility classes used by Editor.
#pragma once
#include <Cry_Color.h>
class QColor;
QColor ColorLinearToGamma(ColorF col);
ColorF ColorGammaToLinear(const QColor& col);
QColor ColorToQColor(uint32 color);
-1
View File
@@ -58,7 +58,6 @@ set(FILES
Util/ImageHistogram.h
Util/Image.h
Util/ColorUtils.cpp
Util/ColorUtils.h
Undo/Undo.cpp
Undo/IUndoManagerListener.h
Undo/IUndoObject.h