From 072add4caf6f0ec5600337313fb9af9744068c24 Mon Sep 17 00:00:00 2001 From: PhoenixARC <46140834+PhoenixARC@users.noreply.github.com> Date: Mon, 3 Jul 2023 09:19:17 -0400 Subject: [PATCH] Update COL.md --- Formats/COL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formats/COL.md b/Formats/COL.md index fa26b01..49a9242 100644 --- a/Formats/COL.md +++ b/Formats/COL.md @@ -15,7 +15,7 @@ | Name | Size (per element) | Description | | :-:|:-:|:-:| | Name | variable | a string(int16 indicates length, then Little endian Unicode string of specified length) indicating Colour name -| Colour | [(ARGB)](./COL.md#ARGB)0x4 | a string(int16 indicates length, then Little endian Unicode string of specified length) indicating Colour name +| Colour | [(ARGB)](./COL.md#ARGB)0x4 | an ARGB value, indicating colour and transparency ## Water Colours @@ -29,9 +29,9 @@ | Name | Size (per element) | Description | | :-:|:-:|:-:| | Name | variable | a string(int16 indicates length, then Little endian Unicode string of specified length) indicating Colour name -| Surface Colour | [(ARGB)](./COL.md#ARGB)0x4 | a string(int16 indicates length, then Little endian Unicode string of specified length) indicating Colour name -| Underwater Colour | [(ARGB)](./COL.md#ARGB)0x4 | a string(int16 indicates length, then Little endian Unicode string of specified length) indicating Colour name -| Fog Colour | [(ARGB)](./COL.md#ARGB)0x4 | a string(int16 indicates length, then Little endian Unicode string of specified length) indicating Colour name +| Surface Colour | [(ARGB)](./COL.md#ARGB)0x4 | an ARGB value, indicating colour and transparency +| Underwater Colour | [(ARGB)](./COL.md#ARGB)0x4 | an ARGB value, indicating colour and transparency +| Fog Colour | [(ARGB)](./COL.md#ARGB)0x4 | an ARGB value, indicating colour and transparency ## ARGB