FromGHValues(IReadOnlyListGH_Colour) Method

remove wrapper from list of GH_Colour.

Definition

Namespace: Karamba.GHopper.Utilities
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static List<Color> Values(
	IReadOnlyList<GH_Colour> in_gh_list
)

Parameters

in_gh_list  IReadOnlyListGH_Colour

[Missing <param name="in_gh_list"/> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Grasshopper.Kernel.Types.GH_Colour})"]

Return Value

ListColor

[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Grasshopper.Kernel.Types.GH_Colour})"]

See Also