C# Class Poppler.Color

Show file Open project: GNOME/pdfmod

Public Properties

Property Type Description
Blue ushort
Green ushort
Red ushort
Zero Poppler.Color

Public Methods

Method Description
Copy ( ) : Poppler.Color
Free ( ) : void
New ( ) : Color
New ( IntPtr raw ) : Poppler.Color

Private Methods

Method Description
ReadNative ( IntPtr native, Poppler &target ) : void
poppler_color_copy ( IntPtr raw ) : IntPtr
poppler_color_free ( IntPtr raw ) : void
poppler_color_get_type ( ) : IntPtr
poppler_color_new ( ) : IntPtr

Method Details

Copy() public method

public Copy ( ) : Poppler.Color
return Poppler.Color

Free() public method

public Free ( ) : void
return void

New() public static method

public static New ( ) : Color
return Color

New() public static method

public static New ( IntPtr raw ) : Poppler.Color
raw System.IntPtr
return Poppler.Color

Property Details

Blue public property

public ushort Blue
return ushort

Green public property

public ushort Green
return ushort

Red public property

public ushort Red
return ushort

Zero public static property

public static Poppler.Color Zero
return Poppler.Color