C# Class ImageMagick.MagickColor.NativeMethods.X86

Show file Open project: dlemstra/Magick.NET

Private Methods

Method Description
MagickColor_Alpha_Get ( IntPtr instance ) : Byte
MagickColor_Alpha_Set ( IntPtr instance, Byte value ) : void
MagickColor_Black_Get ( IntPtr instance ) : Byte
MagickColor_Black_Set ( IntPtr instance, Byte value ) : void
MagickColor_Blue_Get ( IntPtr instance ) : Byte
MagickColor_Blue_Set ( IntPtr instance, Byte value ) : void
MagickColor_Count_Get ( IntPtr instance ) : ulong
MagickColor_Create ( ) : IntPtr
MagickColor_Dispose ( IntPtr instance ) : void
MagickColor_FuzzyEquals ( IntPtr Instance, IntPtr other, Byte fuzz ) : bool
MagickColor_Green_Get ( IntPtr instance ) : Byte
MagickColor_Green_Set ( IntPtr instance, Byte value ) : void
MagickColor_Initialize ( IntPtr Instance, IntPtr value ) : bool
MagickColor_Red_Get ( IntPtr instance ) : Byte
MagickColor_Red_Set ( IntPtr instance, Byte value ) : void
X86 ( ) : System