Twitterizer 2 Documentation
UpdateProfileColors Method (tokens, options)
NamespacesTwitterizerTwitterAccountUpdateProfileColors(OAuthTokens, UpdateProfileColorsOptions)
Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterUser> UpdateProfileColors(
	OAuthTokens tokens,
	UpdateProfileColorsOptions options
)
Public Shared Function UpdateProfileColors ( _
	tokens As OAuthTokens, _
	options As UpdateProfileColorsOptions _
) As TwitterResponse(Of TwitterUser)
Parameters
tokens (OAuthTokens)
The tokens.
options (UpdateProfileColorsOptions)
The options.
Return Value
The user, with updated data, as a TwitterUser

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)