Giter Club home page Giter Club logo

colordescriptors's Introduction

Color Descriptors

The purpose of this package is to allow easily defined descriptor words to be passed from one node to another without the need to pre-parse all of the information. This requires both the sender and receiver to be in agreement about the information being passed, but should allow for semi-complex patterns to be sent in small packets.

Specifically, the intent is to send color modes and colors from a transmit module to a receive module so that a transmitter can be updated with new colors/modes, but the receiver does NOT have to be updated (granted it has all the prerequisite information to parse the colors/modes).

Example use case:

  • A transmit module defines 6 modes that it can transmit (e.g. based on the sides of a cube), and a receive module is configured to parse those values. If more, or different, modes are desired on the receive side, it can be as easy as changing the transmit descriptor words instead of having to reprogram the receive module.

Package classes:

  • ColorSolid - basic color information in 8-bit RGBW or 12-bit HSI *hex ('cff00ff00' or 'h12c0ff1fe')
  • ColorGradient - creation of gradients via color nodes and steps *between nodes
  • ColorSpecial - special color modes (rainbow, gradient, etc.)
  • ColorMode - method to display the color (e.g. stationary, marquee, blinking, etc)
  • ColorMethod - combination of a 'mode' and a 'color' that can be transmitted and parsed together

colordescriptors's People

Contributors

nm3210 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.