Skip to content

Latest commit

 

History

History

random-color-david-merfield

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

RANDOM COLOR (DAVID MERFIELD)

A tiny plugin for generating attractive colors in Construct 3

Download

Link

Short Description

This plugin is a port from randomColor by David Merfield.

ACEs

ONE COLOR

  • Generate a random color
  • getRandomColor
  • getLastColor

COLOR ARRAY

  • Generate an array of random colors
  • getRandomColorArray
  • getLastRandomColorArray
  • getColorFromLastArray
  • getLengthArrayRandomColor

SET PROPERTIES

  • Set hue to {0}
  • Set count to {0}
  • Set luminosity to {0}
  • Set seed to {0}
  • Set alpha to {0}
  • Set format to {0}
  • Set properties to hue = {0}, luminosity = {1}, count = {2}, seed = {3}, format = {4}, alpha = {5}
  • Set properties to hue = {0}, luminosity = {1}, count = {2}, seed = {3}, format = {4}, alpha = {5}
  • Set the luminosity to {0}
  • Set the format to {0}

C3 ARRAY

  • Copy random colors to {0}

C3 SPRITE

  • Apply last random color to {0} (alpha = {1})
  • Apply color to {0} (Alpha = {1}) from index {2} (last array)

GET PROPERTIES

  • getPropertyHue
  • getPropertyLuminosity
  • getPropertyCount
  • getPropertySeed
  • getPropertyFormat
  • getPropertyAlpha