Skip to content

Hassium Version 1.1.0

Compare
Choose a tag to compare
@JacobMisirian JacobMisirian released this 06 Oct 15:18
· 340 commits to master since this release

Massive Feature: enums are here!

enum MyEnum {
    thing1,
    thing2,
    thing3
}

Added more color properties and color constructor, as well as YUV additions.