Click or drag to resize

FS_COLOR Structure

Represents an ARGB (alpha, red, green, blue) color.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Patagames.PdfFS_COLOR

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public struct FS_COLOR

The FS_COLOR type exposes the following members.

Constructors
 NameDescription
Public methodFS_COLOR(Int32) Creates a FS_COLOR structure from a 32-bit ARGB value.
Public methodFS_COLOR(PdfTypeArray) Creates a FS_COLOR structure from a PdfTypeArray array.
Public methodFS_COLOR(Single) Creates a FS_COLOR structure from a float array.
Public methodFS_COLOR(Int32, Int32, Int32) Creates a FS_COLOR structure from the three RGB component (red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits.
Public methodFS_COLOR(Int32, Int32, Int32, Int32) Creates a FS_COLOR structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits.
Public methodFS_COLOR(Single, Single, Single, Single) Initialize a FS_COLOR structure from the four ARGB component (alpha, red, green, and blue) values.
Top
Properties
 NameDescription
Public propertyA Gets the alpha component value of this FS_COLOR structure.
Public propertyStatic memberAliceBlue Gets a color that has an ARGB value of #FFF0F8FF
Public propertyStatic memberAntiqueWhite Gets a color that has an ARGB value of #FFFAEBD7
Public propertyStatic memberAqua Gets a color that has an ARGB value of #FF00FFFF
Public propertyStatic memberAquamarine Gets a color that has an ARGB value of #FF7FFFD4
Public propertyStatic memberAzure Gets a color that has an ARGB value of #FFF0FFFF
Public propertyB Gets the blue component value of this FS_COLOR structure.
Public propertyStatic memberBeige Gets a color that has an ARGB value of #FFF5F5DC
Public propertyStatic memberBisque Gets a color that has an ARGB value of #FFFFE4C4
Public propertyStatic memberBlack Gets a color that has an ARGB value of #FF000000
Public propertyStatic memberBlanchedAlmond Gets a color that has an ARGB value of #FFFFEBCD
Public propertyStatic memberBlue Gets a color that has an ARGB value of #FF0000FF
Public propertyStatic memberBlueViolet Gets a color that has an ARGB value of #FF8A2BE2
Public propertyStatic memberBrown Gets a color that has an ARGB value of #FFA52A2A
Public propertyStatic memberBurlyWood Gets a color that has an ARGB value of #FFDEB887
Public propertyStatic memberCadetBlue Gets a color that has an ARGB value of #FF5F9EA0
Public propertyStatic memberChartreuse Gets a color that has an ARGB value of #FF7FFF00
Public propertyStatic memberChocolate Gets a color that has an ARGB value of #FFD2691E
Public propertyStatic memberCoral Gets a color that has an ARGB value of #FFFF7F50
Public propertyStatic memberCornflowerBlue Gets a color that has an ARGB value of #FF6495ED
Public propertyStatic memberCornsilk Gets a color that has an ARGB value of #FFFFF8DC
Public propertyStatic memberCrimson Gets a color that has an ARGB value of #FFDC143C
Public propertyStatic memberCyan Gets a color that has an ARGB value of #FF00FFFF
Public propertyStatic memberDarkBlue Gets a color that has an ARGB value of #FF00008B
Public propertyStatic memberDarkCyan Gets a color that has an ARGB value of #FF008B8B
Public propertyStatic memberDarkGoldenrod Gets a color that has an ARGB value of #FFB8860B
Public propertyStatic memberDarkGray Gets a color that has an ARGB value of #FFA9A9A9
Public propertyStatic memberDarkGreen Gets a color that has an ARGB value of #FF006400
Public propertyStatic memberDarkKhaki Gets a color that has an ARGB value of #FFBDB76B
Public propertyStatic memberDarkMagenta Gets a color that has an ARGB value of #FF8B008B
Public propertyStatic memberDarkOliveGreen Gets a color that has an ARGB value of #FF556B2F
Public propertyStatic memberDarkOrange Gets a color that has an ARGB value of #FFFF8C00
Public propertyStatic memberDarkOrchid Gets a color that has an ARGB value of #FF9932CC
Public propertyStatic memberDarkRed Gets a color that has an ARGB value of #FF8B0000
Public propertyStatic memberDarkSalmon Gets a color that has an ARGB value of #FFE9967A
Public propertyStatic memberDarkSeaGreen Gets a color that has an ARGB value of #FF8FBC8B
Public propertyStatic memberDarkSlateBlue Gets a color that has an ARGB value of #FF483D8B
Public propertyStatic memberDarkSlateGray Gets a color that has an ARGB value of #FF2F4F4F
Public propertyStatic memberDarkTurquoise Gets a color that has an ARGB value of #FF00CED1
Public propertyStatic memberDarkViolet Gets a color that has an ARGB value of #FF9400D3
Public propertyStatic memberDeepPink Gets a color that has an ARGB value of #FFFF1493
Public propertyStatic memberDeepSkyBlue Gets a color that has an ARGB value of #FF00BFFF
Public propertyStatic memberDimGray Gets a color that has an ARGB value of #FF696969
Public propertyStatic memberDodgerBlue Gets a color that has an ARGB value of #FF1E90FF
Public propertyStatic memberFirebrick Gets a color that has an ARGB value of #FFB22222
Public propertyStatic memberFloralWhite Gets a color that has an ARGB value of #FFFFFAF0
Public propertyStatic memberForestGreen Gets a color that has an ARGB value of #FF228B22
Public propertyStatic memberFuchsia Gets a color that has an ARGB value of #FFFF00FF
Public propertyG Gets the green component value of this FS_COLOR structure.
Public propertyStatic memberGainsboro Gets a color that has an ARGB value of #FFDCDCDC
Public propertyStatic memberGhostWhite Gets a color that has an ARGB value of #FFF8F8FF
Public propertyStatic memberGold Gets a color that has an ARGB value of #FFFFD700
Public propertyStatic memberGoldenrod Gets a color that has an ARGB value of #FFDAA520
Public propertyStatic memberGray Gets a color that has an ARGB value of #FF808080
Public propertyStatic memberGreen Gets a color that has an ARGB value of #FF008000
Public propertyStatic memberGreenYellow Gets a color that has an ARGB value of #FFADFF2F
Public propertyStatic memberHoneydew Gets a color that has an ARGB value of #FFF0FFF0
Public propertyStatic memberHotPink Gets a color that has an ARGB value of #FFFF69B4
Public propertyStatic memberIndianRed Gets a color that has an ARGB value of #FFCD5C5C
Public propertyStatic memberIndigo Gets a color that has an ARGB value of #FF4B0082
Public propertyStatic memberIvory Gets a color that has an ARGB value of #FFFFFFF0
Public propertyStatic memberKhaki Gets a color that has an ARGB value of #FFF0E68C
Public propertyStatic memberLavender Gets a color that has an ARGB value of #FFE6E6FA
Public propertyStatic memberLavenderBlush Gets a color that has an ARGB value of #FFFFF0F5
Public propertyStatic memberLawnGreen Gets a color that has an ARGB value of #FF7CFC00
Public propertyStatic memberLemonChiffon Gets a color that has an ARGB value of #FFFFFACD
Public propertyStatic memberLightBlue Gets a color that has an ARGB value of #FFADD8E6
Public propertyStatic memberLightCoral Gets a color that has an ARGB value of #FFF08080
Public propertyStatic memberLightCyan Gets a color that has an ARGB value of #FFE0FFFF
Public propertyStatic memberLightGoldenrodYellow Gets a color that has an ARGB value of #FFFAFAD2
Public propertyStatic memberLightGray Gets a color that has an ARGB value of #FFD3D3D3
Public propertyStatic memberLightGreen Gets a color that has an ARGB value of #FF90EE90
Public propertyStatic memberLightPink Gets a color that has an ARGB value of #FFFFB6C1
Public propertyStatic memberLightSalmon Gets a color that has an ARGB value of #FFFFA07A
Public propertyStatic memberLightSeaGreen Gets a color that has an ARGB value of #FF20B2AA
Public propertyStatic memberLightSkyBlue Gets a color that has an ARGB value of #FF87CEFA
Public propertyStatic memberLightSlateGray Gets a color that has an ARGB value of #FF778899
Public propertyStatic memberLightSteelBlue Gets a color that has an ARGB value of #FFB0C4DE
Public propertyStatic memberLightYellow Gets a color that has an ARGB value of #FFFFFFE0
Public propertyStatic memberLime Gets a color that has an ARGB value of #FF00FF00
Public propertyStatic memberLimeGreen Gets a color that has an ARGB value of #FF32CD32
Public propertyStatic memberLinen Gets a color that has an ARGB value of #FFFAF0E6
Public propertyStatic memberMagenta Gets a color that has an ARGB value of #FFFF00FF
Public propertyStatic memberMaroon Gets a color that has an ARGB value of #FF800000
Public propertyStatic memberMediumAquamarine Gets a color that has an ARGB value of #FF66CDAA
Public propertyStatic memberMediumBlue Gets a color that has an ARGB value of #FF0000CD
Public propertyStatic memberMediumOrchid Gets a color that has an ARGB value of #FFBA55D3
Public propertyStatic memberMediumPurple Gets a color that has an ARGB value of #FF9370DB
Public propertyStatic memberMediumSeaGreen Gets a color that has an ARGB value of #FF3CB371
Public propertyStatic memberMediumSlateBlue Gets a color that has an ARGB value of #FF7B68EE
Public propertyStatic memberMediumSpringGreen Gets a color that has an ARGB value of #FF00FA9A
Public propertyStatic memberMediumTurquoise Gets a color that has an ARGB value of #FF48D1CC
Public propertyStatic memberMediumVioletRed Gets a color that has an ARGB value of #FFC71585
Public propertyStatic memberMidnightBlue Gets a color that has an ARGB value of #FF191970
Public propertyStatic memberMintCream Gets a color that has an ARGB value of #FFF5FFFA
Public propertyStatic memberMistyRose Gets a color that has an ARGB value of #FFFFE4E1
Public propertyStatic memberMoccasin Gets a color that has an ARGB value of #FFFFE4B5
Public propertyStatic memberNavajoWhite Gets a color that has an ARGB value of #FFFFDEAD
Public propertyStatic memberNavy Gets a color that has an ARGB value of #FF000080
Public propertyStatic memberOldLace Gets a color that has an ARGB value of #FFFDF5E6
Public propertyStatic memberOlive Gets a color that has an ARGB value of #FF808000
Public propertyStatic memberOliveDrab Gets a color that has an ARGB value of #FF6B8E23
Public propertyStatic memberOrange Gets a color that has an ARGB value of #FFFFA500
Public propertyStatic memberOrangeRed Gets a color that has an ARGB value of #FFFF4500
Public propertyStatic memberOrchid Gets a color that has an ARGB value of #FFDA70D6
Public propertyStatic memberPaleGoldenrod Gets a color that has an ARGB value of #FFEEE8AA
Public propertyStatic memberPaleGreen Gets a color that has an ARGB value of #FF98FB98
Public propertyStatic memberPaleTurquoise Gets a color that has an ARGB value of #FFAFEEEE
Public propertyStatic memberPaleVioletRed Gets a color that has an ARGB value of #FFDB7093
Public propertyStatic memberPapayaWhip Gets a color that has an ARGB value of #FFFFEFD5
Public propertyStatic memberPeachPuff Gets a color that has an ARGB value of #FFFFDAB9
Public propertyStatic memberPeru Gets a color that has an ARGB value of #FFCD853F
Public propertyStatic memberPink Gets a color that has an ARGB value of #FFFFC0CB
Public propertyStatic memberPlum Gets a color that has an ARGB value of #FFDDA0DD
Public propertyStatic memberPowderBlue Gets a color that has an ARGB value of #FFB0E0E6
Public propertyStatic memberPurple Gets a color that has an ARGB value of #FF800080
Public propertyR Gets the red component value of this FS_COLOR structure.
Public propertyStatic memberRed Gets a color that has an ARGB value of #FFFF0000
Public propertyStatic memberRosyBrown Gets a color that has an ARGB value of #FFBC8F8F
Public propertyStatic memberRoyalBlue Gets a color that has an ARGB value of #FF4169E1
Public propertyStatic memberSaddleBrown Gets a color that has an ARGB value of #FF8B4513
Public propertyStatic memberSalmon Gets a color that has an ARGB value of #FFFA8072
Public propertyStatic memberSandyBrown Gets a color that has an ARGB value of #FFF4A460
Public propertyStatic memberSeaGreen Gets a color that has an ARGB value of #FF2E8B57
Public propertyStatic memberSeaShell Gets a color that has an ARGB value of #FFFFF5EE
Public propertyStatic memberSienna Gets a color that has an ARGB value of #FFA0522D
Public propertyStatic memberSilver Gets a color that has an ARGB value of #FFC0C0C0
Public propertyStatic memberSkyBlue Gets a color that has an ARGB value of #FF87CEEB
Public propertyStatic memberSlateBlue Gets a color that has an ARGB value of #FF6A5ACD
Public propertyStatic memberSlateGray Gets a color that has an ARGB value of #FF708090
Public propertyStatic memberSnow Gets a color that has an ARGB value of #FFFFFAFA
Public propertyStatic memberSpringGreen Gets a color that has an ARGB value of #FF00FF7F
Public propertyStatic memberSteelBlue Gets a color that has an ARGB value of #FF4682B4
Public propertyStatic memberTan Gets a color that has an ARGB value of #FFD2B48C
Public propertyStatic memberTeal Gets a color that has an ARGB value of #FF008080
Public propertyStatic memberThistle Gets a color that has an ARGB value of #FFD8BFD8
Public propertyStatic memberTomato Gets a color that has an ARGB value of #FFFF6347
Public propertyStatic memberTransparent Gets a color that has an ARGB value of #00FFFFFF
Public propertyStatic memberTurquoise Gets a color that has an ARGB value of #FF40E0D0
Public propertyStatic memberViolet Gets a color that has an ARGB value of #FFEE82EE
Public propertyStatic memberWheat Gets a color that has an ARGB value of #FFF5DEB3
Public propertyStatic memberWhite Gets a color that has an ARGB value of #FFFFFFFF
Public propertyStatic memberWhiteSmoke Gets a color that has an ARGB value of #FFF5F5F5
Public propertyStatic memberYellow Gets a color that has an ARGB value of #FFFFFF00
Public propertyStatic memberYellowGreen Gets a color that has an ARGB value of #FF9ACD32
Top
Methods
 NameDescription
Public methodEquals(FS_COLOR) Specifies whether this FS_COLOR is equivalent to the specified color.
Public methodEquals(Object) Tests whether the specified object is a FS_COLOR structure and is equivalent to this FS_COLOR structure.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Returns the hash code for this FS_COLOR structure.
(Overrides ValueTypeGetHashCode)
Public methodToArgb Gets the 32-bit ARGB value of this FS_COLOR structure.
Public methodToArray Gets the PdfTypeArray of this FS_COLOR structure.
Public methodToDeviceRgb Gets the float array of this FS_COLOR structure.
Top
Operators
 NameDescription
Public operatorStatic memberEquality(FS_COLOR, FS_COLOR) Tests whether two specified FS_COLOR structures are equivalent.
Public operatorStatic memberInequality(FS_COLOR, FS_COLOR) Tests whether two specified FS_COLOR structures are different.
Top
Fields
 NameDescription
Public fieldStatic memberEmpty Empty color
Top
See Also