You are here: Start » Pixel Structure

Pixel Structure

Namespace:Fil
Assembly:FilNet.Types.dll

Constructors

 ConstructorDescription
Pixel(Single, Single, Single, Single)

Properties

 NameTypeDescription
AquaFil.Pixel Gets the library-defined RGB color that has an RGB value of #00FFFF
BlackFil.Pixel Gets the library-defined RGB color that has an RGB value of #000000
BlueFil.Pixel Gets the library-defined RGB color that has an RGB value of #0000FF
DarkGreenFil.Pixel Gets the library-defined RGB color that has an RGB value of #008000
EmptyFil.Pixel Gets an empty instance of the Pixel.
FuchsiaFil.Pixel Gets the library-defined RGB color that has an RGB value of #FF00FF
GrayFil.Pixel Gets the library-defined RGB color that has an RGB value of #808080
GreenFil.Pixel Gets the library-defined RGB color that has an RGB value of #FF00FF00
ItemSystem.Single
MaroonFil.Pixel Gets the library-defined RGB color that has an RGB value of #800000
NavyFil.Pixel Gets the library-defined RGB color that has an RGB value of #000080
OliveFil.Pixel Gets the library-defined RGB color that has an RGB value of #808000
PurpleFil.Pixel Gets the library-defined RGB color that has an RGB value of #800080
RedFil.Pixel Gets the library-defined RGB color that has an RGB value of #FF0000
SilverFil.Pixel Gets the library-defined RGB color that has an RGB value of #C0C0C0
TealFil.Pixel Gets the library-defined RGB color that has an RGB value of #008080
WhiteFil.Pixel Gets the library-defined RGB color that has an RGB value of #FFFFFFFF
WSystem.Single
XSystem.Single
YellowFil.Pixel Gets the library-defined RGB color that has an RGB value of #FFFF00
YSystem.Single
ZSystem.Single

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(Fil.Pixel)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Set(float, float, float, float)
ToString()Inherited from System.Object

See also