You've already forked lazarus-ccr
mbColorLib: Add property BrightnessMode (Luminance or Value) to most pickers to get consistent usage of luminance of value parameters. Add new LVColorPicker (switchable between Luminance and Value). Office dialog working again (still buggy).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5596 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -21,6 +21,7 @@ function IsEmptyRect(R: TRect): Boolean;
|
||||
|
||||
const
|
||||
EMPTY_RECT: TRect = (Left: -1; Top: -1; Right: -1; Bottom: -1);
|
||||
TWO_PI = 2.0 * pi;
|
||||
|
||||
implementation
|
||||
|
||||
|
Reference in New Issue
Block a user