pelikhan / palette-blocks

Manipulate the palette from blocks

Home Page:https://pelikhan.github.io/palette-blocks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Open this page at https://pelikhan.github.io/palette-blocks/

An extension that provides easy blocs to modify the palette in MakeCode Aracde.

Use this extension

This repository can be added as an extension in MakeCode.

setColorHue

Changes a color from the palette to a given hue.

palette.setColorHue(4, 96);

setColor

Changes a color from the palette to a RGB color

palette.setColor(4, color.rgb(32, 64, 128));

Edit this extension Build status badge

To edit this repository in MakeCode.

Metadata (used for search, rendering)

  • for PXT/arcade
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>

About

Manipulate the palette from blocks

https://pelikhan.github.io/palette-blocks/


Languages

Language:TypeScript 94.1%Language:Ruby 3.0%Language:Makefile 2.9%