Attributes: Read

Category description coming soon.

Nodes

NodeDetailsPossible Types
Read Attribute Artboard

Reads a named Artboard attribute from the input list, outputting each value as an element of a new List<Artboard>.

ListDyn → Artboard[]
Read Attribute Blend Mode

Reads a named BlendMode attribute from the input list, outputting each value as an element of a new List<BlendMode>.

ListDyn → BlendMode[]
Read Attribute Bool

Reads a named bool attribute from the input list, outputting each value as an element of a new List<bool>.

ListDyn → bool[]
Read Attribute Color

Reads a named Color attribute from the input list, outputting each value as an element of a new List<Color>.

ListDyn → Color[]
Read Attribute Gradient Stops

Reads a named GradientStops attribute from the input list, outputting each value as an element of a new List<GradientStops>.

ListDyn → GradientStops[]
Read Attribute Gradient Type

Reads a named GradientType attribute from the input list, outputting each value as an element of a new List<GradientType>.

ListDyn → GradientType[]
Read Attribute Number

Reads a named numeric attribute (f64, u64, or u32) from the input list, outputting each value as an element of a new List<f64>. Integer values are converted to f64.

ListDyn → f64[]
Read Attribute Raster

Reads a named Raster<CPU> attribute from the input list, outputting each value as an element of a new List<Raster<CPU>>.

ListDyn → Raster[]
Read Attribute Spread Method

Reads a named GradientSpreadMethod attribute from the input list, outputting each value as an element of a new List<GradientSpreadMethod>.

ListDyn → GradientSpreadMethod[]
Read Attribute String

Reads a named String attribute from the input list, outputting each value as an element of a new List<String>.

ListDyn → String[]
Read Attribute Transform

Reads a named DAffine2 transform attribute from the input list, outputting each value as an element of a new List<DAffine2>.

ListDyn → Transform[]
Read Attribute Vector

Reads a named Vector attribute from the input list, outputting each value as an element of a new List<Vector>.

ListDyn → Vector[]