Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

A Simple Color Palette Creator for Autoplay Media Studio.

$
0
0
Having no luck in finding an easy way to get color codes I have made a small app which can do this for me
I will upload here shortly as well for others.

[description to follow]

Code:
Red = 500;
White = 16777215;
Black = 0;

if condition == true then
Input.SetProperties("Input1",{BackgroundColor=Red,FontColor=White});
else
Input.SetProperties("Input1",{BackgroundColor=White,FontColor=Black});
end
BRB



Viewing all articles
Browse latest Browse all 2105

Trending Articles