Skip to content

Instantly share code, notes, and snippets.

@siata13
Created January 1, 2019 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siata13/dca22d34c5f7d9c23d1dc876db7b2f5e to your computer and use it in GitHub Desktop.
Save siata13/dca22d34c5f7d9c23d1dc876db7b2f5e to your computer and use it in GitHub Desktop.
class ColorCode {
[int[]]$rgba;
[string]$hex;
}
class Color {
[string]$color;
[string]$category;
[string]$type;
[ColorCode]$code;
}
class Colors {
[Color[]]$colors;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment