added two colors that are BlenderYellow and Blender blue

This commit is contained in:
2023-03-21 16:57:48 +08:00
parent b6ee9c816f
commit 3b1a62eb78
2 changed files with 8 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ namespace hgl
Bisque, ///<桔黄色
Black, ///<黑色
BlanchedAlmond, ///<白杏色
BlenderYellow,
BlenderBlue,
Blue, ///<蓝色
BlueViolet, ///<紫罗兰色
Brown, ///<褐色

View File

@@ -54,6 +54,10 @@ namespace hgl
DEF_COLOR(Bisque, 255,228,196,"桔黄色")
DEF_COLOR(Black, 0, 0, 0,"黑色")
DEF_COLOR(BlanchedAlmond, 255,235,205,"白杏色")
DEF_COLOR(BlenderYellow, 0xE8,0x7D,0x0D,"Blender黄")
DEF_COLOR(BlenderBlue, 0x26,0x57,0x87,"Blender蓝")
DEF_COLOR(Blue, 0, 0,255,"蓝色")
DEF_COLOR(BlueViolet, 138, 43,226,"紫罗兰蓝")
DEF_COLOR(Brown, 165, 42, 42,"褐色")