লিনিয়ার গ্রেডিয়েন্ট

A gradient transitioning between two colors along a line.

সিনট্যাক্স

<LinearGradient startX="float" startY="float" endX="float" endY="float"
                   colors="argb-color argb-color" positions="float float" />

গুণাবলী

The LinearGradient element must contain the following attributes:

startX

The x-coordinate for the start of the gradient line.

This attribute is transformable .

startY

The y-coordinate for the end of the gradient line.

This attribute is transformable .

endX

The x-coordinate for the end of the gradient line.

This attribute is transformable .

endY

গ্রেডিয়েন্ট লাইনের শেষের জন্য ওয়াই-সমন্বয়।

This attribute is transformable .

colors

A space-separated list of colors. আপনাকে অবশ্যই আরগিবি ফর্ম্যাট ( #ff000000 = অস্বচ্ছ কালো) বা আরজিবি ফর্ম্যাট ( #000000 = কালো) ব্যবহার করে প্রতিটি রঙ নির্দিষ্ট করতে হবে।

positions

A space-separated list of floats. The relative positions [0..1] of each corresponding color in the colors attribute. If this is an empty string, the colors are distributed evenly along the gradient line.

অভ্যন্তরীণ উপাদান

LinearGradient উপাদানে 0 থেকে 4টি Transform উপাদান থাকতে পারে।

{% শব্দার্থে %} {% endverbatim %} {% verbatim %} {% endverbatim %}