Skip to content

ColorCloudClient

Inheritance Hierarchy

Members Summary

Public Constructors Summary

Name
ColorCloudClient()
ColorCloudClient(String,String)

Protected Constructors Summary

Name
N/A

Public Properties Summary

Name Return Type Description
BaseUris Collection<Uri> N/A
ClientId String N/A
ClientSecret String N/A
TimeoutInSeconds Int32 N/A
WebProxy IWebProxy N/A

Protected Properties Summary

Name Return Type Description
N/A N/A N/A

Public Methods Summary

Name
Dispose()
Equals(Object)
GetColorsInAnalogousFamily(Int32)
GetColorsInAnalogousFamily(GeoColor,Int32)
GetColorsInAnalogousFamilyAsync(Int32)
GetColorsInAnalogousFamilyAsync(GeoColor,Int32)
GetColorsInComplementaryFamily(Int32)
GetColorsInComplementaryFamily(GeoColor,Int32)
GetColorsInComplementaryFamilyAsync(Int32)
GetColorsInComplementaryFamilyAsync(GeoColor,Int32)
GetColorsInContrastingFamily(Int32)
GetColorsInContrastingFamily(GeoColor,Int32)
GetColorsInContrastingFamilyAsync(Int32)
GetColorsInContrastingFamilyAsync(GeoColor,Int32)
GetColorsInHueFamily(Int32)
GetColorsInHueFamily(GeoColor,Int32)
GetColorsInHueFamilyAsync(Int32)
GetColorsInHueFamilyAsync(GeoColor,Int32)
GetColorsInQualityFamily(Int32)
GetColorsInQualityFamily(GeoColor,Int32)
GetColorsInQualityFamilyAsync(Int32)
GetColorsInQualityFamilyAsync(GeoColor,Int32)
GetColorsInTetradFamily(Int32)
GetColorsInTetradFamily(GeoColor,Int32)
GetColorsInTetradFamilyAsync(Int32)
GetColorsInTetradFamilyAsync(GeoColor,Int32)
GetColorsInTriadFamily(Int32)
GetColorsInTriadFamily(GeoColor,Int32)
GetColorsInTriadFamilyAsync(Int32)
GetColorsInTriadFamilyAsync(GeoColor,Int32)
GetHashCode()
GetType()
ToString()

Protected Methods Summary

Name
AuthenticateWebRequest(WebRequest)
Finalize()
GetNextCandidateBaseUri()
GetNextCandidateBaseUriCore()
GetToken()
GetTokenCore()
MemberwiseClone()
OnGettingAccessToken(GettingAccessTokenEventArgs)
OnSendingWebRequest(SendingWebRequestEventArgs)
OnSentWebRequest(SentWebRequestEventArgs)
SendWebRequest(WebRequest)
SendWebRequestAsync(WebRequest)

Public Events Summary

Name Event Arguments Description
GettingAccessToken GettingAccessTokenEventArgs N/A
SendingWebRequest SendingWebRequestEventArgs N/A
SentWebRequest SentWebRequestEventArgs N/A

Members Detail

Public Constructors

Name
ColorCloudClient()
ColorCloudClient(String,String)

Protected Constructors

Public Properties

BaseUris

Summary

N/A

Remarks

N/A

Return Value

Collection<Uri>


ClientId

Summary

N/A

Remarks

N/A

Return Value

String


ClientSecret

Summary

N/A

Remarks

N/A

Return Value

String


TimeoutInSeconds

Summary

N/A

Remarks

N/A

Return Value

Int32


WebProxy

Summary

N/A

Remarks

N/A

Return Value

IWebProxy


Protected Properties

Public Methods

Dispose()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

Equals(Object)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Boolean N/A

Parameters

Name Type Description
obj Object N/A

GetColorsInAnalogousFamily(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Dictionary<GeoColor,Collection<GeoColor>> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInAnalogousFamily(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Dictionary<GeoColor,Collection<GeoColor>> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInAnalogousFamilyAsync(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Dictionary<GeoColor,Collection<GeoColor>>> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInAnalogousFamilyAsync(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Dictionary<GeoColor,Collection<GeoColor>>> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInComplementaryFamily(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Dictionary<GeoColor,Collection<GeoColor>> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInComplementaryFamily(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Dictionary<GeoColor,Collection<GeoColor>> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInComplementaryFamilyAsync(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Dictionary<GeoColor,Collection<GeoColor>>> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInComplementaryFamilyAsync(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Dictionary<GeoColor,Collection<GeoColor>>> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInContrastingFamily(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Dictionary<GeoColor,Collection<GeoColor>> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInContrastingFamily(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Dictionary<GeoColor,Collection<GeoColor>> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInContrastingFamilyAsync(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Dictionary<GeoColor,Collection<GeoColor>>> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInContrastingFamilyAsync(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Dictionary<GeoColor,Collection<GeoColor>>> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInHueFamily(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Collection<GeoColor> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInHueFamily(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Collection<GeoColor> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInHueFamilyAsync(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Collection<GeoColor>> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInHueFamilyAsync(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Collection<GeoColor>> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInQualityFamily(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Collection<GeoColor> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInQualityFamily(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Collection<GeoColor> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInQualityFamilyAsync(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Collection<GeoColor>> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInQualityFamilyAsync(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Collection<GeoColor>> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInTetradFamily(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Dictionary<GeoColor,Collection<GeoColor>> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInTetradFamily(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Dictionary<GeoColor,Collection<GeoColor>> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInTetradFamilyAsync(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Dictionary<GeoColor,Collection<GeoColor>>> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInTetradFamilyAsync(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Dictionary<GeoColor,Collection<GeoColor>>> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInTriadFamily(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Dictionary<GeoColor,Collection<GeoColor>> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInTriadFamily(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Dictionary<GeoColor,Collection<GeoColor>> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetColorsInTriadFamilyAsync(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Dictionary<GeoColor,Collection<GeoColor>>> N/A

Parameters

Name Type Description
numberOfColors Int32 N/A

GetColorsInTriadFamilyAsync(GeoColor,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<Dictionary<GeoColor,Collection<GeoColor>>> N/A

Parameters

Name Type Description
color GeoColor N/A
numberOfColors Int32 N/A

GetHashCode()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Int32 N/A

Parameters

Name Type Description
N/A N/A N/A

GetType()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Type N/A

Parameters

Name Type Description
N/A N/A N/A

ToString()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

Protected Methods

AuthenticateWebRequest(WebRequest)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
webRequest WebRequest N/A

Finalize()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

GetNextCandidateBaseUri()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

GetNextCandidateBaseUriCore()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

GetToken()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

GetTokenCore()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

MemberwiseClone()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Object N/A

Parameters

Name Type Description
N/A N/A N/A

OnGettingAccessToken(GettingAccessTokenEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
e GettingAccessTokenEventArgs N/A

OnSendingWebRequest(SendingWebRequestEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
e SendingWebRequestEventArgs N/A

OnSentWebRequest(SentWebRequestEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
e SentWebRequestEventArgs N/A

SendWebRequest(WebRequest)

Summary

N/A

Remarks

N/A

Return Value

Type Description
WebResponse N/A

Parameters

Name Type Description
webRequest WebRequest N/A

SendWebRequestAsync(WebRequest)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<WebResponse> N/A

Parameters

Name Type Description
webRequest WebRequest N/A

Public Events

GettingAccessToken

N/A

Remarks

N/A

Event Arguments

GettingAccessTokenEventArgs

SendingWebRequest

N/A

Remarks

N/A

Event Arguments

SendingWebRequestEventArgs

SentWebRequest

N/A

Remarks

N/A

Event Arguments

SentWebRequestEventArgs