slider RGB default color change

Ask a generic question about the usage of QLC+, not related to a particular operating system
Post Reply
almeria
Posts: 1
Joined: Wed Mar 01, 2017 10:14 am
Real Name:

Hi,

I need set slider RGB default color to RED but no option in GUI, always default color is black. I only can set level.
Is it possible add a tag in qxw file for change to RED?


<Slider Caption="slider 0" ID="0" WidgetStyle="Knob" InvertedAppearance="false">
<WindowState Visible="True" X="0" Y="0" Width="295" Height="250"/>
<Appearance>
<FrameStyle>Sunken</FrameStyle>
<ForegroundColor>Default</ForegroundColor>
<BackgroundColor>Default</BackgroundColor>
<BackgroundImage>None</BackgroundImage>
<Font>Default</Font>
</Appearance>
<SliderMode ValueDisplayStyle="Exact" ClickAndGoType="RGB" Monitor="false">Level</SliderMode>
<Level LowLimit="0" HighLimit="255" Value="126">
<Channel Fixture="0">0</Channel>
<Channel Fixture="0">1</Channel>
<Channel Fixture="0">2</Channel>
...

Thanks
Post Reply