module Pixelart
inspired / helped by
https://en.wikipedia.org/wiki/List_of_software_palettes#Color_gradient_palettes https://github.com/mistic100/tinygradient https://mistic100.github.io/tinygradient/ https://bsouthga.dev/posts/color-gradients-with-python
Constants
- CompositeImage
- MAJOR
- MINOR
- PATCH
- Palette256
- Palette256Image
- VERSION
Public Class Methods
root()
click to toggle source
# File lib/pixelart/version.rb, line 17 def self.root File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) ) end
version()
click to toggle source
# File lib/pixelart/version.rb, line 9 def self.version VERSION end