Skip to content

A simple program that allows you to edit and save your palettes in CC:Tweaked!

License

Notifications You must be signed in to change notification settings

simadude/colorswitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Switch for CC:Tweaked

Screenshot of the Color Switcher program

Color Switch (ColSw) is a program for CC:Tweaked for quickly editing your current palette.

Gist can be found here

Usage:

colsw apply [PATH]; applies the palette from the file and quits.
colsw [PATH]; opens existing palette file (or creates a new one)
colsw --help; prints out a helpful message.

ColSw uses a very simple file structure where a palette can be stored like this:

r, g, b
r, g, b
r, g, b
r, g, b
...

(Although technically this one is also valid):

r g b
r g b
r g b
r g b
...

(And I guess this one too?? It ain't strict, alright?):

|r|g|b|
|r|g|b|
|r|g|b|
|r|g|b|
...

Basically it just requires 16 lines of 3 integers ranging from 0 to 255.

About

A simple program that allows you to edit and save your palettes in CC:Tweaked!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages