Removes ColorUtils from Code/Editor
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user