opengl.palette: Add 'moonlight' color.

This commit is contained in:
Rod Kay
2024-03-03 20:27:03 +11:00
parent 92e2d91d09
commit 9ef4cc7026

View File

@@ -426,6 +426,7 @@ is
Medium_turquoise : constant Color; Medium_turquoise : constant Color;
Midnight_blue : constant Color; Midnight_blue : constant Color;
Midnight_green : constant Color; Midnight_green : constant Color;
Moonlight : constant Color;
Eagle_green : constant Color; Eagle_green : constant Color;
Mikado_yellow : constant Color; Mikado_yellow : constant Color;
Mint_green : constant Color; Mint_green : constant Color;
@@ -1034,6 +1035,7 @@ private
Medium_turquoise : constant Color := +(72, 209, 204); Medium_turquoise : constant Color := +(72, 209, 204);
Midnight_blue : constant Color := +(25, 25, 112); Midnight_blue : constant Color := +(25, 25, 112);
Midnight_green : constant Color := +(0, 73, 83); Midnight_green : constant Color := +(0, 73, 83);
Moonlight : constant Color := +(255, 248, 222);
Eagle_green : constant Color := +(0, 73, 83); Eagle_green : constant Color := +(0, 73, 83);
Mikado_yellow : constant Color := +(255, 196, 12); Mikado_yellow : constant Color := +(255, 196, 12);
Mint_green : constant Color := +(152, 255, 152); Mint_green : constant Color := +(152, 255, 152);