Colors opacity

This commit is contained in:
Vovanium 2023-09-07 22:29:17 +03:00
parent f411e936ab
commit 1d2cc9c01a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ package Video.Colors with Pure is
R : Color_Component;
G : Color_Component;
B : Color_Component;
A : Opacity := From_8_Bit (2**Color_Component_Bits - 1);
A : Opacity := Opaque;
end record;
function RGB_8 (