novelate.colormanager

Copyright © Novelate 2020

Members

Functions

colorFromRGBA
Paint colorFromRGBA(ubyte r, ubyte g, ubyte b, ubyte a)

Creates a color from given RGBA channels.

colorFromString
Paint colorFromString(string color)

Creates a color from given RGBA channels contained in a string. Ex. "255,255,0" fpr green or with alpha "255,255,0,150"

Meta

Authors

Jacob Jensen (bausshf) Website: https://novelate.com/

Novelate is a free and open-source visual novel engine and framework written in the D programming language.
It can be used freely for both personal and commercial projects.

Module Description: This module handles color management.