Enumeration: MinecraftColorAsHex


# Enumeration: MinecraftColorAsHex

An enum that'll let you you get a hex color code for a specific Minecraft color formatting sequence.

# Enumeration members

# §0

§0: = "000000"

Defined in: helpers/MinecraftFormatting.ts:32 (opens new window)


# §1

§1: = "0000AA"

Defined in: helpers/MinecraftFormatting.ts:33 (opens new window)


# §2

§2: = "00AA00"

Defined in: helpers/MinecraftFormatting.ts:34 (opens new window)


# §3

§3: = "00AAAA"

Defined in: helpers/MinecraftFormatting.ts:35 (opens new window)


# §4

§4: = "AA0000"

Defined in: helpers/MinecraftFormatting.ts:36 (opens new window)


# §5

§5: = "AA00AA"

Defined in: helpers/MinecraftFormatting.ts:37 (opens new window)


# §6

§6: = "FFAA00"

Defined in: helpers/MinecraftFormatting.ts:38 (opens new window)


# §7

§7: = "AAAAAA"

Defined in: helpers/MinecraftFormatting.ts:39 (opens new window)


# §8

§8: = "555555"

Defined in: helpers/MinecraftFormatting.ts:40 (opens new window)


# §9

§9: = "5555FF"

Defined in: helpers/MinecraftFormatting.ts:41 (opens new window)


# §a

§a: = "55FF55"

Defined in: helpers/MinecraftFormatting.ts:42 (opens new window)


# §b

§b: = "55FFFF"

Defined in: helpers/MinecraftFormatting.ts:43 (opens new window)


# §c

§c: = "FF5555"

Defined in: helpers/MinecraftFormatting.ts:44 (opens new window)


# §d

§d: = "FF55FF"

Defined in: helpers/MinecraftFormatting.ts:45 (opens new window)


# §e

§e: = "FFFF55"

Defined in: helpers/MinecraftFormatting.ts:46 (opens new window)


# §f

§f: = "FFFFFF"

Defined in: helpers/MinecraftFormatting.ts:47 (opens new window)