RgbColor Structure

CVB.Net Documentation
Color type resembling that of System.Drawing.Color but which can be used without the System.Drawing dependency.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public struct RgbColor

The RgbColor type exposes the following members.

Properties

  NameDescription
Public propertyA
Alpha component of the color value.
Public propertyB
Blue component of the color value.
Public propertyG
Green component of the color value.
Public propertyR
Red component of the color value
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodStatic memberFromArgb(Int32)
Construct a RgbColor from 32 bit integer that contains the values for ARGB as (hex) AARRGGBB.
Public methodStatic memberFromArgb(Byte, Byte, Byte, Byte)
Construct a RgbColor from A, R, G and B values.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToArgb
Return the 32 bit integer encoding the AARRGGBB value of this color.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also

Reference