'DeclarationPublic Overloads MustOverride Function TransformColor( _ ByRef color As NArgbColorValueF _ ) As NArgbColorValueF
'UsageDim instance As NColorTransform Dim color As NArgbColorValueF Dim value As NArgbColorValueF value = instance.TransformColor(color)
public abstract NArgbColorValueF TransformColor( ref NArgbColorValueF color )
Parameters
- color