use utf8 in Gradient.h
This commit is contained in:
parent
0f9fb581cb
commit
50e754aba2
@ -1,4 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include<hgl/type/DataType.h>
|
#include<hgl/type/DataType.h>
|
||||||
#include<hgl/type/List.h>
|
#include<hgl/type/List.h>
|
||||||
@ -13,7 +13,7 @@ namespace hgl
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ˝ĽąäŔŕ
|
* 渐变类
|
||||||
*/
|
*/
|
||||||
template<typename P,typename T> class Gradient
|
template<typename P,typename T> class Gradient
|
||||||
{
|
{
|
||||||
@ -141,4 +141,4 @@ namespace hgl
|
|||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
template<> void name::Get(T &result,const T &start,const T &end,const float &pos)
|
template<> void name::Get(T &result,const T &start,const T &end,const float &pos)
|
||||||
}//namespace hgl
|
}//namespace hgl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user