Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-07-02 14:03:23 +02:00
parent 5402f28f59
commit a203daa272
397 changed files with 21934 additions and 16529 deletions
+19 -15
View File
@@ -19,11 +19,11 @@ A color interpolator resource which can be used to generate colors between user-
Properties
----------
+---------------------------------------------+-------------------------------------------------+
| :ref:`PoolColorArray<class_PoolColorArray>` | :ref:`colors<class_Gradient_property_colors>` |
+---------------------------------------------+-------------------------------------------------+
| :ref:`PoolRealArray<class_PoolRealArray>` | :ref:`offsets<class_Gradient_property_offsets>` |
+---------------------------------------------+-------------------------------------------------+
+---------------------------------------------+-------------------------------------------------+------------------------------------------+
| :ref:`PoolColorArray<class_PoolColorArray>` | :ref:`colors<class_Gradient_property_colors>` | PoolColorArray( 0, 0, 0, 1, 1, 1, 1, 1 ) |
+---------------------------------------------+-------------------------------------------------+------------------------------------------+
| :ref:`PoolRealArray<class_PoolRealArray>` | :ref:`offsets<class_Gradient_property_offsets>` | PoolRealArray( 0, 1 ) |
+---------------------------------------------+-------------------------------------------------+------------------------------------------+
Methods
-------
@@ -58,11 +58,13 @@ Property Descriptions
- :ref:`PoolColorArray<class_PoolColorArray>` **colors**
+----------+-------------------+
| *Setter* | set_colors(value) |
+----------+-------------------+
| *Getter* | get_colors() |
+----------+-------------------+
+-----------+------------------------------------------+
| *Default* | PoolColorArray( 0, 0, 0, 1, 1, 1, 1, 1 ) |
+-----------+------------------------------------------+
| *Setter* | set_colors(value) |
+-----------+------------------------------------------+
| *Getter* | get_colors() |
+-----------+------------------------------------------+
Gradient's colors returned as a :ref:`PoolColorArray<class_PoolColorArray>`.
@@ -70,11 +72,13 @@ Gradient's colors returned as a :ref:`PoolColorArray<class_PoolColorArray>`.
- :ref:`PoolRealArray<class_PoolRealArray>` **offsets**
+----------+--------------------+
| *Setter* | set_offsets(value) |
+----------+--------------------+
| *Getter* | get_offsets() |
+----------+--------------------+
+-----------+-----------------------+
| *Default* | PoolRealArray( 0, 1 ) |
+-----------+-----------------------+
| *Setter* | set_offsets(value) |
+-----------+-----------------------+
| *Getter* | get_offsets() |
+-----------+-----------------------+
Gradient's offsets returned as a :ref:`PoolRealArray<class_PoolRealArray>`.