LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterColor Structure Members
See Also  Fields  Properties  Methods 
Leadtools Namespace : RasterColor Structure


The following tables list the members exposed by RasterColor.

Public Constructors

 NameDescription
public Constructor RasterColor ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic) MaximumComponentMaximum value for the alpha, red, green, blue component. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) MinimumComponentMinimum value for the alpha, red, green, blue component. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Property AGets or sets the alpha component of this RasterColor structure. Supported in Silverlight, Windows Phone 7  
public Property BGets or sets the blue component of this RasterColor structure. Supported in Silverlight, Windows Phone 7  
public Property GGets or sets the green component of this RasterColor structure. Supported in Silverlight, Windows Phone 7  
public Property IsKnownColor  
public Property IsPaletteIndexGets a value that determines whether this RasterColor is a palette index value. Supported in Silverlight, Windows Phone 7  
public Property RGets or sets the red component of this RasterColor structure. Supported in Silverlight, Windows Phone 7  
Top

Public Methods

 NameDescription
public Methodstatic (Shared in Visual Basic) FromArgbCreates a RasterColor from an a rgb value. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) FromKnownColorCreates a new RasterColor structure from a known color. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) FromPaletteIndexCreates a new RasterColor object that is an index into a palette Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) FromRgbCreates a RasterColor from an rgb value. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) FromRgbaCreates a RasterColor from a rgba value. Supported in Silverlight, Windows Phone 7  
public Method GetKnownColor  
public Methodstatic (Shared in Visual Basic) GetKnownColorName  
public Method ToArgbGets a 32-bit value representation of this RasterColor structure. Supported in Silverlight, Windows Phone 7  
public Method ToRgbGets a 32-bit value representation of this RasterColor structure. Supported in Silverlight, Windows Phone 7  
public Method ToRgbaGets a 32-bit value representation of this RasterColor structure. Supported in Silverlight, Windows Phone 7  
public Method ToStringOverridden. Converts this RasterColor structure to a human-readable string. Supported in Silverlight, Windows Phone 7  
Top

See Also