Click or drag to resize
ColorRGB Methods

The ColorRGB type exposes the following members.

Methods
  NameDescription
Public methodclone
Public methodStatic membercreate
Create a new RGB color object. The values are in 0 through 255, 0 is black
Public methodDispose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodgetBlue
Get the Blue component of an RGB color object.
Public methodgetComponent
Get one color component (channel).
Public methodgetGreen
Get the Green component of an RGB color object.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetIntensity
Get the intensity of a gray-scale color object.
Public methodgetNumberOfComponents
Get the number of color components (channels)
Public methodgetRed
Get the red component of an RGB color object.
Public methodgetType
Get the color type of this object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also