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 → List<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 → List<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 → List<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 → List<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 → List<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 → List<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 → List<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 → List<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 → List<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 → List<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 → List<DAffine2>
Read Attribute Vector

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

ListDyn → List<Vector>