Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Update version.
Commit Description:
Update version.
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiColorEditFlags
{
None = 0 ,
NoAlpha = 2 ,
NoPicker = 4 ,
NoOptions = 8 ,
NoSmallPreview = 16 ,
NoInputs = 32 ,
NoTooltip = 64 ,
NoLabel = 128 ,
NoSidePreview = 256 ,
NoDragDrop = 512 ,
NoBorder = 1024 ,
AlphaBar = 65536 ,
AlphaPreview = 131072 ,
AlphaPreviewHalf = 262144 ,
HDR = 524288 ,
DisplayRGB = 1048576 ,
DisplayHSV = 2097152 ,
DisplayHex = 4194304 ,
Uint8 = 8388608 ,
Float = 16777216 ,
PickerHueBar = 33554432 ,
PickerHueWheel = 67108864 ,
InputRGB = 134217728 ,
InputHSV = 268435456 ,
DefaultOptions = 177209344 ,
DisplayMask = 7340032 ,
DataTypeMask = 25165824 ,
PickerMask = 100663296 ,
InputMask = 402653184 ,
}
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings