changed include
This commit is contained in:
parent
2844cde106
commit
678a55a2c9
@ -1,5 +1,5 @@
|
|||||||
#include"FontSourceWin.h"
|
#include"FontSourceWin.h"
|
||||||
#include<hgl/graph/ColorSpace.h>
|
#include<hgl/type/ColorSpace.h>
|
||||||
|
|
||||||
namespace hgl
|
namespace hgl
|
||||||
{
|
{
|
||||||
@ -21,7 +21,7 @@ namespace hgl
|
|||||||
|
|
||||||
while(pos--)
|
while(pos--)
|
||||||
{
|
{
|
||||||
*tp=uint8(Clamp(Linear2sRGB(double(*p)/64.0f))*255.0f);
|
*tp=Clamp<uint8>(Linear2sRGB(double(*p)/64.0f)*255.0f);
|
||||||
|
|
||||||
tp++;
|
tp++;
|
||||||
p++;
|
p++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user