UNPKG

goban

Version:

[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/online-go/goban)

3 lines (2 loc) 121 B
/** Simple 50% blend of two colors in hex format */ export declare function color_blend(c1: string, c2: string): string;