ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
This structure represents a color for drawing on a GeoCanvas.
None
GeoColor(Int32,Int32,Int32,Int32)
This constructor creates a new color.
None
This constructor creates a new color.
You can use this overload to create a transparent version of another color.
N/A
None
This method is an override of the GetHashCode functionality.
None
N/A
N/A
GetColorsInHueFamily(GeoColor,Int32)
This method returns a collection of GeoColors based on the same hue that is passed in.
This method is useful when you want to get a number of colors that have the same hue. For example, you can use this in maps that represent class breaks. If you passed in a red hue, then the method would return variations such as light red, dark red, pastel red, etc.
GetColorsInQualityFamily(GeoColor,Int32)
This method returns a collection of GeoColors based on the same quality (luminosity and saturation) that is passed in.
This method is useful when you want to get a number of different colors that have the same quality. For example, you can use this in maps that represent countries or connected places. If you passed in bright red, then the method would return variants such as bright blue, bright green, etc. If you passed in dark red, you would get dark blue, dark green, etc.
GetColorsInQualityFamily(GeoColor,GeoColor,Int32,ColorWheelDirection)
N/A
N/A
FromArgb(Int32,Int32,Int32,Int32)
This method returns a GeoColor based on the Alpha, Red, Green, and Blue components.
None
This method returns a GeoColor based on the Alpha, Red, Green, and Blue components.
N/A
FromAhsl(Int32,Single,Single,Single)
This parameter specifies the red component of the color. This method returns a GeoColor based on the Alpha, Hue, Saturation, and Luminosity components.
None
This method returns a GeoColor from an OLE color.
None
This method returns a GeoColor from an HTML color (either in hexadecimal or a named color).
None
GetRandomGeoColor(RandomColorType)
Creates a random GeoColor structure based on the specific ColorType
N/A
GetRandomGeoColor(Int32,RandomColorType)
Creates a random GeoColor structure
N/A
This method returns a GeoColor from a Win32 color.
None
This method returns an OLE color from a GeoColor.
None
This method returns an HTML color from a GeoColor.
None
This method returns a Win32 color from a GeoColor.
N/A
N/A
N/A
Verify if the GeoColor is transparent, it is considered to be transparent if the Alpha Value is 0.
N/A
None
None
None
None
None
None
None