====== RANDOM_COLOR_RANGE ====== **Category**: Data //[[:annotations#cloneable|Cloneable]]// ===== Properties ===== ---- ==== Min ==== //[[:annotations#serialized|Serialized]]// Lower value of Range. * **Type**: ''[[:api:color|color]]'' * **Expected**: ''color value'' * **Default value**: ''COL_BLACK'' ---- ==== Max ==== //[[:annotations#serialized|Serialized]]// Upper value of Range. * **Type**: ''[[:api:color|color]]'' * **Expected**: ''color value'' * **Default value**: ''COL_WHITE'' ---- ==== LockValues ==== //[[:annotations#serialized|Serialized]]// If true, the values will stay proportional to each other; ex. Min = { 0, 0, 0.5, 0 } & Max = { 0.5, 0.5, 1, 1 } will return random values like : { 0.25, 0.25, 0.75, 0.5 }. If false, each value will be random; ex. Min = { 0, 0, 0.5, 0 } & Max = { 0.5, 0.5, 1, 1 } will return random values like : { 0.15, 0.45, 0.95, 0.56 } or { 0.35, 0.05, 0.55, 0.61 }. * **Type**: ''[[:data-types#boolean|boolean]]'' * **Expected**: ''boolean value'' * **Default value**: ''false''