|
|
@ -478,7 +478,7 @@ public class NewColorSelectPane extends BasicPane implements ColorSelectable { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
FVS_BACKGROUND_DERIVE_ALGORITHM { |
|
|
|
FVS_BACKGROUND_DERIVE_ALGORITHM { |
|
|
|
public Color[] getDeriveColorArr(Color color, int defaultDeriveCount) { |
|
|
|
public Color[] getDeriveColorArr(Color color, int defaultDeriveCount) { |
|
|
|
return FineColorDeriveState.getDeriveColorArrByBrightness(FineColorDeriveState.DERIVE_UP_AND_DOWN, color, defaultDeriveCount); |
|
|
|
return FineColorDeriveState.getDeriveColorArrByBrightness(FineColorDeriveState.DERIVE_UP_AND_DOWN, color, defaultDeriveCount, 0.08F); |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|