Lines Matching refs:SetStyle

123 void Style::SetStyle(uint8_t key, int64_t value)
224 brightStyle_.SetStyle(STYLE_BACKGROUND_COLOR, Color::White().full);
225 brightStyle_.SetStyle(STYLE_BORDER_RADIUS, 3); // 3: rect radius
226 brightStyle_.SetStyle(STYLE_BORDER_COLOR, Color::GetColorFromRGB(0x40, 0x40, 0x40).full);
227 brightStyle_.SetStyle(STYLE_BORDER_WIDTH, 3); // 3: rect border width
228 brightStyle_.SetStyle(STYLE_BORDER_OPA, 76); // 76: default opa
229 brightStyle_.SetStyle(STYLE_TEXT_COLOR, Color::GetColorFromRGB(0x20, 0x20, 0x20).full);
230 brightStyle_.SetStyle(STYLE_LINE_COLOR, Color::GetColorFromRGB(0x20, 0x20, 0x20).full);
233 brightColorStyle_.SetStyle(STYLE_TEXT_COLOR, Color::GetColorFromRGB(0xe0, 0xe0, 0xe0).full);
234 brightColorStyle_.SetStyle(STYLE_LINE_COLOR, Color::GetColorFromRGB(0xc0, 0xc0, 0xc0).full);
235 brightColorStyle_.SetStyle(STYLE_BACKGROUND_COLOR, Color::GetColorFromRGB(0x6b, 0x9a, 0xc7).full);
236 brightColorStyle_.SetStyle(STYLE_BORDER_COLOR, Color::GetColorFromRGB(0x15, 0x2c, 0x42).full);
243 buttonReleasedStyle_.SetStyle(STYLE_BACKGROUND_COLOR, Color::GetColorFromRGB(0x00, 0x7d, 0xff).full);
244 buttonReleasedStyle_.SetStyle(STYLE_BORDER_RADIUS, 200); // 200: button radius
245 buttonReleasedStyle_.SetStyle(STYLE_BACKGROUND_OPA, OPA_OPAQUE);
247 buttonReleasedStyle_.SetStyle(STYLE_BORDER_COLOR, Color::GetColorFromRGB(0x0b, 0x19, 0x28).full);
248 buttonReleasedStyle_.SetStyle(STYLE_BORDER_WIDTH, 0);
249 buttonReleasedStyle_.SetStyle(STYLE_BORDER_OPA, 178); // 178: default opa
253 buttonPressedStyle_.SetStyle(STYLE_BACKGROUND_COLOR, Color::GetColorFromRGB(0x19, 0x96, 0xff).full);
254 buttonPressedStyle_.SetStyle(STYLE_BORDER_COLOR, Color::GetColorFromRGB(0x0b, 0x19, 0x28).full);
258 buttonInactiveStyle_.SetStyle(STYLE_BACKGROUND_COLOR, Color::GetColorFromRGB(0x61, 0x7e, 0x9d).full);
259 buttonInactiveStyle_.SetStyle(STYLE_BORDER_COLOR, Color::GetColorFromRGB(0x90, 0x90, 0x90).full);
265 labelStyle_.SetStyle(STYLE_BACKGROUND_OPA, OPA_TRANSPARENT);
271 editTextStyle_.SetStyle(STYLE_BACKGROUND_OPA, OPA_TRANSPARENT);
272 editTextStyle_.SetStyle(STYLE_BACKGROUND_OPA, OPA_TRANSPARENT);
273 editTextStyle_.SetStyle(STYLE_BORDER_COLOR, Color::White().full);
274 editTextStyle_.SetStyle(STYLE_BORDER_WIDTH, 2); // 2: border width
275 editTextStyle_.SetStyle(STYLE_BORDER_RADIUS, 5); // 5: border radius
276 editTextStyle_.SetStyle(STYLE_BORDER_OPA, OPA_OPAQUE);
282 backgroundTransparentStyle_.SetStyle(STYLE_BACKGROUND_OPA, OPA_TRANSPARENT);
288 pickerBackgroundStyle_.SetStyle(STYLE_BACKGROUND_OPA, OPA_TRANSPARENT);
289 pickerBackgroundStyle_.SetStyle(STYLE_TEXT_COLOR, Color::Gray().full);
292 pickerHighlightStyle_.SetStyle(STYLE_BACKGROUND_OPA, OPA_TRANSPARENT);
293 pickerHighlightStyle_.SetStyle(STYLE_TEXT_FONT, 18); // 18: font value
294 pickerHighlightStyle_.SetStyle(STYLE_TEXT_COLOR, Color::GetColorFromRGB(0x45, 0xa5, 0xff).full);
300 progressBackgroundStyle_.SetStyle(STYLE_BORDER_WIDTH, 0);
301 progressBackgroundStyle_.SetStyle(STYLE_BORDER_RADIUS, 0);
304 progressForegroundStyle_.SetStyle(STYLE_BORDER_WIDTH, 0);
305 progressForegroundStyle_.SetStyle(STYLE_BORDER_RADIUS, 0);
306 progressForegroundStyle_.SetStyle(STYLE_LINE_COLOR, Color::GetColorFromRGB(0x45, 0xa5, 0xff).full);
309 sliderKnobStyle_.SetStyle(STYLE_BORDER_WIDTH, 0);
314 scrollBarBackgroundStyle_.SetStyle(STYLE_BACKGROUND_COLOR,
316 scrollBarBackgroundStyle_.SetStyle(STYLE_BACKGROUND_OPA, 128); // 128: default opa
317 scrollBarBackgroundStyle_.SetStyle(STYLE_LINE_COLOR,
319 scrollBarBackgroundStyle_.SetStyle(STYLE_LINE_OPA, 128); // 128: default opa
320 scrollBarBackgroundStyle_.SetStyle(STYLE_LINE_WIDTH, 8); // 8: default width
322 scrollBarForegroundStyle_.SetStyle(STYLE_BACKGROUND_COLOR, Color::White().full);
323 scrollBarForegroundStyle_.SetStyle(STYLE_BACKGROUND_OPA, 168); // 168: default opa
324 scrollBarForegroundStyle_.SetStyle(STYLE_LINE_COLOR, Color::White().full);
325 scrollBarForegroundStyle_.SetStyle(STYLE_LINE_OPA, 168); // 168: default opa
326 scrollBarForegroundStyle_.SetStyle(STYLE_LINE_WIDTH, 6); // 6: default width