Fassol<3 Posted July 31, 2013 Posted July 31, 2013 السلام عليكم ورحمة الله وبركاته أبي كود تلوين الكلمة يعني لما تحطه الكلمة تجي ملونة ( واضحة ) ؟
Fassol<3 Posted July 31, 2013 Author Posted July 31, 2013 مو مليون لون يعني لون واحد فقط وإذا في موقع اتمنى تطرحوه
Fassol<3 Posted July 31, 2013 Author Posted July 31, 2013 انا ابي الكود نفسه حق اللون 200.2.0 مدري وش
فاّرس Posted July 31, 2013 Posted July 31, 2013 guiLabelSetColor(Label,255,255,255) Label = اللبل حقك , + تقدر تغير الالوان , red: An integer specifying the amount of red (0 to 255). green: An integer specifying the amount of green (0 to 255). blue: An integer specifying the amount of blue (0 to 255).
Fassol<3 Posted July 31, 2013 Author Posted July 31, 2013 شمعنى لبل ؟ انا بلون كلمة بالفري روم + معرف الاحمر وش كوده + الاخضر + الازرق + أي لون معرف شنو كوده
فاّرس Posted July 31, 2013 Posted July 31, 2013 تقصد الفري روم ذذ اذا زر , guiSetProperty واذا لبل يعني كلام بس , guiLabelSetColor
Fassol<3 Posted July 31, 2013 Author Posted July 31, 2013 اخيرا عرفت معنى لبل أبي أكواد ألوان مثل سماوي اخضر او موقع اذا عندك
Fassol<3 Posted July 31, 2013 Author Posted July 31, 2013 لا انا مابي ذا #04B4AE ابي ذا (0, 255) يعني مثله
فاّرس Posted July 31, 2013 Posted July 31, 2013 255,0,0 = احمر 0,255,0 = اخضر 0,0,255 = ازرق انت شكل فيها 0,255,255 = اظن يطلع سماوي ذذ
Fassol<3 Posted July 31, 2013 Author Posted July 31, 2013 انا أبي موقع اذغط على اللون يطلع لي الكود حقها بعدين انتوا كيف تعرفون الاوان ذي ؟
فاّرس Posted July 31, 2013 Posted July 31, 2013 انا أبي موقع اذغط على اللون يطلع لي الكود حقها بعدين انتوا كيف تعرفون الاوان ذي ؟ مافي موقع والالوان محدوده ذذ يعني موب اي لون تقدر تحطه + اظن ما شفت ردي ؟ red: An integer specifying the amount of red (0 to 255). green: An integer specifying the amount of green (0 to 255). blue: An integer specifying the amount of blue (0 to 255).
فاّرس Posted July 31, 2013 Posted July 31, 2013 الا شفته بس أبي كود هذا اللون #00B3FF http://html-color-codes.info/
S4MuEL Posted July 31, 2013 Posted July 31, 2013 R + G + B .. + Hex = http://html-color-codes.info/ -____-"
Fassol<3 Posted July 31, 2013 Author Posted July 31, 2013 الا شفته بس أبي كود هذا اللون #00B3FF http://html-color-codes.info/ انا أبي كود هذا اللون #00B3FF يعني أبيه مثل 255,0,0
Fassol<3 Posted July 31, 2013 Author Posted July 31, 2013 local myLabel = guiCreateLabel ( 0.45, 0.48, 0.2, 0.5, "إسم اللبل", true ) guiLabelSetColor ( myLabel, math.random(0, 255), math.random(0, 255), math.random(0, 255) ) صح ؟
|Mr|-Talal07-| Posted July 31, 2013 Posted July 31, 2013 local myLabel = guiCreateLabel ( 0.45, 0.48, 0.2, 0.5, "إسم اللبل", true ) guiLabelSetColor ( myLabel, math.random(0, 255), math.random(0, 255), math.random(0, 255) ) صح ؟ يب
AHMAD1234 Posted July 31, 2013 Posted July 31, 2013 local myLabel = guiCreateLabel ( 0.45, 0.48, 0.2, 0.5, "إسم اللبل", true ) guiLabelSetColor ( myLabel, math.random(0, 255), math.random(0, 255), math.random(0, 255) ) صح ؟ guiLabelSetColor ( myLabel, 0, 179, 255 )
Fassol<3 Posted July 31, 2013 Author Posted July 31, 2013 R + G + B .. + Hex = http://html-color-codes.info/-____-" مشكووووور يعطيك الف عافية + على فكرة الموضوع ما خلص
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now