Table of Contents

ThinkGeo.MapSuite.Core.GeoColor

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This structure represents a color for drawing on a GeoCanvas.

Inheritance Hierarchy

Members Summary

Public Constructors

GeoColor(Int32,Int32,Int32)

Remarks
Parameters

GeoColor(Int32,Int32,Int32,Int32)

Remarks
Parameters

GeoColor(Int32,GeoColor)

Remarks
Parameters

Protected Constructors

GeoColor(String,ColorType,Int32,Int32,Int32,Int32)

Remarks
Parameters

Public Methods

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

GetColorsInHueFamily(GeoColor,Int32)

Remarks
Return Value
Parameters

GetColorsInQualityFamily(GeoColor,Int32)

Remarks
Return Value
Parameters

GetColorsInQualityFamily(GeoColor,GeoColor,Int32,ColorWheelDirection)

Remarks
Return Value
Parameters

FromArgb(Int32,Int32,Int32,Int32)

Remarks
Return Value
Parameters

FromArgb(Int32,GeoColor)

Remarks
Return Value
Parameters

FromAhsl(Int32,Single,Single,Single)

Remarks
Return Value
Parameters

FromOle(Int32)

Remarks
Return Value
Parameters

FromHtml(String)

Remarks
Return Value
Parameters

GetRandomGeoColor(RandomColorType)

Remarks
Return Value
Parameters

GetRandomGeoColor(Int32,RandomColorType)

Remarks
Return Value
Parameters

FromWin32(Int32)

Remarks
Return Value
Parameters

ToOle(GeoColor)

Remarks
Return Value
Parameters

ToHtml(GeoColor)

Remarks
Return Value
Parameters

ToWin32(GeoColor)

Remarks
Return Value
Parameters

Protected Methods

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

IsTransparent

Verify if the GeoColor is transparent, it is considered to be transparent if the Alpha Value is 0.

Remarks

N/A

Return Value

AlphaComponent

This property returns the alpha component of the GeoColor.

Remarks

None

Return Value

RedComponent

This property returns the red component of the GeoColor.

Remarks

None

Return Value

GreenComponent

This property returns the green component of the GeoColor.

Remarks

None

Return Value

BlueComponent

This property returns the blue component of the GeoColor.

Remarks

None

Return Value

Hue

This property returns the hue component of the GeoColor.

Remarks

None

Return Value

Saturation

This property returns the saturation component of the GeoColor.

Remarks

None

Return Value

Luminance

This property returns the luminance component of the GeoColor.

Remarks

None

Return Value

Protected Properties

Public Events