গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > ব্লক রেন্ডারিং > মার্কারএসভিজি > applyColor_
blockRendering.MarkerSvg.applyColour_() পদ্ধতি
মার্কার রঙ প্রয়োগ করুন।
স্বাক্ষর:
protected applyColour_(_curNode: ASTNode): void;
পরামিতি
প্যারামিটার | টাইপ | বর্ণনা |
---|
_curNode | ASTNode | যে নোডের জন্য আমরা মার্কার আঁকতে চাই। |
রিটার্ন:
অকার্যকর
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `applyColour_` method is used to apply color to a marker within Blockly's block rendering process."],["It is a protected method that takes an ASTNode (Abstract Syntax Tree Node) as input, representing the block to which the marker belongs."],["This method does not return any value and is primarily used internally within Blockly for visual representation of markers."]]],["The `applyColour_()` method within the `MarkerSvg` class is designed to set the color of a marker. It accepts a single parameter, `_curNode`, of type `ASTNode`, which represents the specific node targeted for marker drawing. The method's core function is to visually apply the appropriate color to the marker associated with this `_curNode`. This method does not return any value, as indicated by its `void` return type.\n"]]