OpenMetaverse Protocol Library Developers API Documentation
GetColorFromParams Method (param)
NamespacesOpenMetaverse AppearanceManagerGetColorFromParams(List < (Of < <' ( AppearanceManager . . :: . . ColorParamInfo > ) > > ) )
Calculates base color/tint for a specific wearable based on its params
Declaration Syntax
C#
public 
static 
Color4 
GetColorFromParams(
        
List<

AppearanceManager

.
.
::
.
.
ColorParamInfo> 
param
)
Parameters
param ( List < (Of < ( <' AppearanceManager . . :: . . ColorParamInfo > ) > ) > )
All the color info gathered from wearable's VisualParams passed as list of ColorParamInfo tuples
Return Value
Base color/tint for the wearable

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)