Advertisement
Corvust

Chameleon

Oct 4th, 2018
661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; ============================================================================================
  2.  
  3. ; Measures
  4.  
  5. ; ============================================================================================
  6.  
  7. [ChameleonDesktop]
  8. Measure=Plugin
  9. Plugin=Chameleon
  10. Type=Dec
  11.  
  12. [ChamFG1]
  13. Measure=Plugin
  14. Plugin=Chameleon
  15. Parent=ChameleonDesktop
  16. Color=Background1
  17. Format=Dec
  18.  
  19. [ChamFG2]
  20. Measure=Plugin
  21. Plugin=Chameleon
  22. Parent=ChameleonDesktop
  23. Color=Background2
  24. Format=Dec
  25.  
  26. [ChamBG1]
  27. Measure=Plugin
  28. Plugin=Chameleon
  29. Parent=ChameleonDesktop
  30. Color=Foreground1
  31. Format=Dec
  32.  
  33. [ChamBG2]
  34. Measure=Plugin
  35. Plugin=Chameleon
  36. Parent=ChameleonDesktop
  37. Color=Foreground2
  38. Format=Dec
  39.  
  40. [ChamL1]
  41. Measure=Plugin
  42. Plugin=Chameleon
  43. Parent=ChameleonDesktop
  44. Color=Light1
  45. Format=Dec
  46.  
  47. [ChamL2]
  48. Measure=Plugin
  49. Plugin=Chameleon
  50. Parent=ChameleonDesktop
  51. Color=Light2
  52. Format=Dec
  53.  
  54. [ChamL3]
  55. Measure=Plugin
  56. Plugin=Chameleon
  57. Parent=ChameleonDesktop
  58. Color=Light3
  59. Format=Dec
  60.  
  61. [ChamL4]
  62. Measure=Plugin
  63. Plugin=Chameleon
  64. Parent=ChameleonDesktop
  65. Color=Light4
  66. Format=Dec
  67.  
  68. [ChamD1]
  69. Measure=Plugin
  70. Plugin=Chameleon
  71. Parent=ChameleonDesktop
  72. Color=Dark1
  73. Format=Dec
  74.  
  75. [ChamD2]
  76. Measure=Plugin
  77. Plugin=Chameleon
  78. Parent=ChameleonDesktop
  79. Color=Dark2
  80. Format=Dec
  81.  
  82. [ChamD3]
  83. Measure=Plugin
  84. Plugin=Chameleon
  85. Parent=ChameleonDesktop
  86. Color=Dark3
  87. Format=Dec
  88.  
  89. [ChamD4]
  90. Measure=Plugin
  91. Plugin=Chameleon
  92. Parent=ChameleonDesktop
  93. Color=Dark4
  94. Format=Dec
  95.  
  96. [ChamAverage]
  97. Measure=Plugin
  98. Plugin=Chameleon
  99. Parent=ChameleonDesktop
  100. Color=Average
  101. Format=Dec
  102.  
  103. [ChamLuminance]
  104. Measure=Plugin
  105. Plugin=Chameleon
  106. Parent=ChameleonDesktop
  107. Color=Luminance
  108. Format=Dec
  109.  
  110. ; =====================================================================
  111.  
  112. [LuminanceCalc]
  113. Measure=Calc
  114. Formula=(ceil(4*[ChamLuminance]))
  115. DynamicVariables=1
  116.  
  117. ; ============================================================================================
  118.  
  119. ; Meters
  120.  
  121. ; ============================================================================================
  122.  
  123. [ColourFG1]
  124. Meter=Image
  125. w=100
  126. h=100
  127. SolidColor=[ChamFG1]
  128. DynamicVariables=1
  129. ToolTipText=Foreground 1: [ChamFG1]
  130.  
  131. [ColourFG2]
  132. Meter=Image
  133. x=0R
  134. w=100
  135. h=100
  136. SolidColor=[ChamFG2]
  137. DynamicVariables=1
  138. ToolTipText=Foreground 2: [ChamFG2]
  139.  
  140. [ColourBG1]
  141. Meter=Image
  142. x=0R
  143. w=100
  144. h=100
  145. SolidColor=[ChamBG1]
  146. DynamicVariables=1
  147. ToolTipText=Background 1: [ChamBG1]
  148.  
  149. [ColourBG2]
  150. Meter=Image
  151. x=0R
  152. w=100
  153. h=100
  154. SolidColor=[ChamBG2]
  155. DynamicVariables=1
  156. ToolTipText=Background 2: [ChamBG2]
  157.  
  158. ; =====================================================================
  159.  
  160. [ColourL1]
  161. Meter=Image
  162. x=0
  163. y=25R
  164. w=100
  165. h=100
  166. SolidColor=[ChamL1]
  167. DynamicVariables=1
  168. ToolTipText=Light 1: [ChamL1]
  169.  
  170. [ColourL2]
  171. Meter=Image
  172. x=0R
  173. y=0r
  174. w=100
  175. h=100
  176. SolidColor=[ChamL2]
  177. DynamicVariables=1
  178. ToolTipText=Light 2: [ChamL2]
  179.  
  180. [ColourL3]
  181. Meter=Image
  182. x=0R
  183. y=0r
  184. w=100
  185. h=100
  186. SolidColor=[ChamL3]
  187. DynamicVariables=1
  188. ToolTipText=Light 3: [ChamL3]
  189.  
  190. [ColourL4]
  191. Meter=Image
  192. x=0R
  193. y=0r
  194. w=100
  195. h=100
  196. SolidColor=[ChamL4]
  197. DynamicVariables=1
  198. ToolTipText=Light 4: [ChamL4]
  199.  
  200. ; =====================================================================
  201.  
  202. [ColourD4]
  203. Meter=Image
  204. x=0
  205. y=25R
  206. w=100
  207. h=100
  208. SolidColor=[ChamD4]
  209. DynamicVariables=1
  210. ToolTipText=Dark 4: [ChamD4]
  211.  
  212. [ColourD3]
  213. Meter=Image
  214. x=0R
  215. y=0r
  216. w=100
  217. h=100
  218. SolidColor=[ChamD3]
  219. DynamicVariables=1
  220. ToolTipText=Dark 3: [ChamD3]
  221.  
  222. [ColourD2]
  223. Meter=Image
  224. x=0R
  225. y=0r
  226. w=100
  227. h=100
  228. SolidColor=[ChamD2]
  229. DynamicVariables=1
  230. ToolTipText=Dark 2: [ChamD2]
  231.  
  232. [ColourD1]
  233. Meter=Image
  234. x=0R
  235. y=0r
  236. w=100
  237. h=100
  238. SolidColor=[ChamD1]
  239. DynamicVariables=1
  240. ToolTipText=Dark 1: [ChamD1]
  241.  
  242. ; =====================================================================
  243.  
  244. [Luminance]
  245. Meter=Bar
  246. x=0
  247. y=25R
  248. w=400
  249. h=100
  250. MeasureName=ChamLuminance
  251. BarOrientation=Horizontal
  252. BarColor=(255*[ChamLuminance]),(255*[ChamLuminance]),(255*[ChamLuminance]),255
  253. DynamicVariables=1
  254. ToolTipText=Luminance: [&ChamLuminance]
  255.  
  256. ; =====================================================================
  257.  
  258. [ColourAverage]
  259. Meter=Image
  260. x=0
  261. y=25R
  262. w=100
  263. h=100
  264. SolidColor=[ChamAverage]
  265. DynamicVariables=1
  266. ToolTipText=Average: [ChamAverage]
  267.  
  268. [Contrast]
  269. Meter=Image
  270. x=0R
  271. y=0r
  272. w=100
  273. h=100
  274. SolidColor=[&ChamL[&LuminanceCalc]]
  275. DynamicVariables=1
  276. ToolTipText=Most Contrasting Colour: Light[&LuminanceCalc]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement