mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
added color stuff
This commit is contained in:
13
include/uml/color.h
Normal file
13
include/uml/color.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by vlad on 2/4/24.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
#include "uml/Vector3.h"
|
||||
#include <cstdint>
|
||||
|
||||
namespace uml::color
|
||||
{
|
||||
[[nodiscard]]
|
||||
Vector3 Blend(const Vector3& first, const Vector3& second, float ratio);
|
||||
}
|
||||
Reference in New Issue
Block a user