enum Protocol::Overlay::ColorFormat

Defined in:

protocol/overlay.cr

Enum Members

Rgb = 0
Hsl = 1
Hwb = 2
Hex = 3

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def hex? #

[View source]
def hsl? #

[View source]
def hwb? #

[View source]
def rgb? #

[View source]