C# Class Reign.Core.X11.XVisualInfo

Show file Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
bits_per_rgb int
blue_mask System.IntPtr
c_class int
colormap_size int
depth uint
green_mask System.IntPtr
red_mask System.IntPtr
screen int
visual System.IntPtr
visualid System.IntPtr

Property Details

bits_per_rgb public property

public int bits_per_rgb
return int

blue_mask public property

public IntPtr,System blue_mask
return System.IntPtr

c_class public property

public int c_class
return int

colormap_size public property

public int colormap_size
return int

depth public property

public uint depth
return uint

green_mask public property

public IntPtr,System green_mask
return System.IntPtr

red_mask public property

public IntPtr,System red_mask
return System.IntPtr

screen public property

public int screen
return int

visual public property

public IntPtr,System visual
return System.IntPtr

visualid public property

public IntPtr,System visualid
return System.IntPtr