User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.geocolor

This is an old revision of the document!


ThinkGeo.MapSuite.SilverlightCore.GeoColor

<!– Structure –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodGeoColor Int32, Int32, Int32
Public MethodGeoColor Int32, Int32, Int32, Int32
Public MethodGeoColor Int32, GeoColor

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object(overriden)
Public MethodStatic MemberFromAhsl Int32, Single, Single, Single
Public MethodStatic MemberFromArgb Int32, GeoColor
Public MethodStatic MemberFromArgb Int32, Int32, Int32, Int32
Public MethodStatic MemberFromHtml String
Public MethodStatic MemberFromOle Int32
Public MethodStatic MemberFromWin32 Int32
Public MethodStatic MemberGetColorsInHueFamily GeoColor, Int32
Public MethodStatic MemberGetColorsInQualityFamily GeoColor, Int32
Public MethodGetHashCode Object(overriden)
Public MethodStatic MemberGetRandomGeoColor RandomColorType
Public MethodStatic MemberGetRandomGeoColor Int32, RandomColorType
Public MethodGetType Object
Public MethodStatic MemberToHtml GeoColor
Public MethodStatic MemberToOle GeoColor
Public MethodToString Object(overriden)
Public MethodStatic MemberToWin32 GeoColor

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

GeoColor(Int32, Int32, Int32)

Parameters

Name Type Description
red Int32<!– System.Int32 –>
green Int32<!– System.Int32 –>
blue Int32<!– System.Int32 –>

Go Back

GeoColor(Int32, Int32, Int32, Int32)

Parameters

Name Type Description
alpha Int32<!– System.Int32 –>
red Int32<!– System.Int32 –>
green Int32<!– System.Int32 –>
blue Int32<!– System.Int32 –>

Go Back

GeoColor(Int32, GeoColor)

Parameters

Name Type Description
alpha Int32<!– System.Int32 –>
color GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

Go Back

Protected Constructors

Public Methods

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object(overriden) –> Go Back

FromAhsl(Int32, Single, Single, Single)

<!– static –>

Return Value

Return Type Description
GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

Parameters

Name Type Description
alpha Int32<!– System.Int32 –>
hue Single<!– System.Single –>
saturation Single<!– System.Single –>
luminance Single<!– System.Single –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

FromArgb(Int32, GeoColor)

<!– static –>

Return Value

Return Type Description
GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

Parameters

Name Type Description
alpha Int32<!– System.Int32 –>
baseColor GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

FromArgb(Int32, Int32, Int32, Int32)

<!– static –>

Return Value

Return Type Description
GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

Parameters

Name Type Description
alpha Int32<!– System.Int32 –>
red Int32<!– System.Int32 –>
green Int32<!– System.Int32 –>
blue Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

FromHtml(String)

<!– static –>

Return Value

Return Type Description
GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

Parameters

Name Type Description
htmlColor String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

FromOle(Int32)

<!– static –>

Return Value

Return Type Description
GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

Parameters

Name Type Description
oleColor Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

FromWin32(Int32)

<!– static –>

Return Value

Return Type Description
GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

Parameters

Name Type Description
win32Color Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

GetColorsInHueFamily(GeoColor, Int32)

<!– static –>

Return Value

Return Type Description
Collection<GeoColor><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.GeoColor} –>

Parameters

Name Type Description
baseColor GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>
numbersOfColors Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

GetColorsInQualityFamily(GeoColor, Int32)

<!– static –>

Return Value

Return Type Description
Collection<GeoColor><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.GeoColor} –>

Parameters

Name Type Description
baseColor GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>
numberOfColors Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

GetRandomGeoColor(RandomColorType)

<!– static –>

Return Value

Return Type Description
GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

Parameters

Name Type Description
colorType RandomColorType<!– ThinkGeo.MapSuite.SilverlightCore.RandomColorType –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

GetRandomGeoColor(Int32, RandomColorType)

<!– static –>

Return Value

Return Type Description
GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

Parameters

Name Type Description
alpha Int32<!– System.Int32 –>
colorType RandomColorType<!– ThinkGeo.MapSuite.SilverlightCore.RandomColorType –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToHtml(GeoColor)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
color GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

ToOle(GeoColor)

<!– static –>

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description
color GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

ToWin32(GeoColor)

<!– static –>

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description
color GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

AlphaComponent

Return Value

Return Type
Byte<!– System.Byte –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

BlueComponent

Return Value

Return Type
Byte<!– System.Byte –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

GeographicColors

<!– static –>

Return Value

Return Type
GeographicColors<!– ThinkGeo.MapSuite.SilverlightCore.GeographicColors –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

GreenComponent

Return Value

Return Type
Byte<!– System.Byte –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

Hue

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

IsTransparent

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

Luminance

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

RedComponent

Return Value

Return Type
Byte<!– System.Byte –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

Saturation

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

SimpleColors

<!– static –>

Return Value

Return Type
SimpleColors<!– ThinkGeo.MapSuite.SilverlightCore.SimpleColors –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

StandardColors

<!– static –>

Return Value

Return Type
StandardColors<!– ThinkGeo.MapSuite.SilverlightCore.StandardColors –>

<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightcore.geocolor.1440040134.txt.gz · Last modified: 2015/09/21 03:20 (external edit)