סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
blockly > blockRendering > ConstantProvider > generateTertiaryColour_
שיטת blockRendering.ConstantProvider.generateTertiaryColour_()
יצירת צבע שלישי מהצבע הראשי שהוענק.
Signature:
protected generateTertiaryColour_(inputColour: string): string;
פרמטרים
פרמטר |
סוג |
תיאור |
inputColour |
מחרוזת |
צבע ראשי. |
החזרים:
מחרוזת
הצבע המשני שנוצר.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-09 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-11-09 (שעון UTC)."],[[["The `generateTertiaryColour_` method, part of `blockRendering.ConstantProvider`, creates a tertiary color based on a given primary color."],["It accepts a primary color as a string input (`inputColour`) and returns the generated tertiary color, also as a string."]]],["The `generateTertiaryColour_` method, part of `blockRendering.ConstantProvider`, takes a primary color string as input. It then generates and returns a tertiary color string derived from the provided primary color. This method's primary function is the creation of a tertiary color based on a given primary color.\n"]]