Click or drag to resize

FromGHValues Method (IReadOnlyListGH_Colour)

remove wrapper from list of GH_Colour

Namespace:  Karamba.GHopper.Utilities
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static List<Color> Values(
	IReadOnlyList<GH_Colour> in_gh_list
)

Parameters

in_gh_list
Type: System.Collections.GenericIReadOnlyListGH_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

Type: ListColor

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

See Also