Lines Matching refs:blue

286 			_colors[0].blue = std::max(0, base.blue - 72);
291 _colors[1].blue = std::min(255, base.blue + 64);
296 _colors[2].blue = std::max(0, base.blue - 8);
301 _colors[3].blue = std::max(0, base.blue - 88);
306 _colors[4].blue = std::max(0, base.blue - 72);
311 _colors[5].blue = std::max(0, base.blue - 128);
319 _colors[i].blue = 255;
918 && buttonColor.green == buttonColor.blue;
923 buttonColorLight1.blue = std::min(255, buttonColor.blue
930 buttonColorLight2.blue = std::min(255, buttonColor.blue + 26);
935 buttonColorShadow1.blue = std::max(0, buttonColor.blue - 21);
975 buttonColorShadow2.blue = std::max(0, buttonColor.blue - 72);
1017 data[offset + 0] = buttonColorLight2.blue;
1022 data[offset + 0] = buttonColorLight1.blue;
1039 data[offset + 0] = buttonColorShadow1.blue;
1044 data[offset + 0] = buttonColor.blue;
1049 data[offset + 0] = buttonColorLight1.blue;
1068 data[offset + 0] = buttonColorLight2.blue;
1073 data[offset + 0] = buttonColorLight1.blue;
1090 data[offset + 0] = buttonColorShadow1.blue;
1095 data[offset + 0] = buttonColor.blue;
1100 data[offset + 0] = buttonColorLight1.blue;
1124 buttonColorShadow2.blue = std::max(0, buttonColor.blue - 45);
1189 data[offset + 0] = buttonColorLight2.blue;
1194 data[offset + 0] = buttonColorLight1.blue;
1211 data[offset + 0] = buttonColorShadow1.blue;
1216 data[offset + 0] = buttonColor.blue;
1221 data[offset + 0] = buttonColorLight1.blue;
1268 data[offset + 0] = buttonColorShadow1.blue;
1273 data[offset + 0] = buttonColor.blue;
1278 data[offset + 0] = buttonColorLight1.blue;
1294 data[offset + 0] = buttonColorShadow1.blue;
1299 data[offset + 0] = buttonColor.blue;
1304 data[offset + 0] = buttonColorLight1.blue;