You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
485 B
Markdown
23 lines
485 B
Markdown
7 months ago
|
---
|
||
|
draft: true
|
||
|
title: "Deterministically Mapping Strings to RGB Colors"
|
||
|
aliases: ["Deterministically Mapping Strings to RGB Colors"]
|
||
|
date: "2025-1-25"
|
||
|
series: ["strings-to-colors"]
|
||
|
series_order: 0
|
||
|
author: "Nick Dumas"
|
||
|
authorTwitter: ""
|
||
|
cover: ""
|
||
|
tags: ["golang"]
|
||
|
keywords: ["golang"]
|
||
|
summary: "Using Go so I don't have to think about color palettes."
|
||
|
showFullContent: false
|
||
|
---
|
||
|
{{< lead >}} {{ </ lead >}}
|
||
|
|
||
|
## The Plan
|
||
|
-
|
||
|
## The Implementation
|
||
|
## The Results
|
||
|
## Possible Improvements
|