The if statements and the switch cases work individually but not as one whole program
switch (BTSerial.read())
if (byte(BTSerial.read() == 'A'));{ redvalue2=BTSerial.read(); greenvalue2=BTSerial.read(); bluevalue2=BTSerial.read(); }
if (byte(BTSerial.read() == 'A'));{