Color Wheel — Basic Schemes
Компания: Dmitriy Polyakov
Номинальные параметры: 4
Обновленный May 23, 2019
Color Wheel — Basic Schemes это приложение a Утилиты, разработанное компанией Artist name, и доступно для скачивания как на устройствах iOS, так и на Android. Приложение совместимо с iOS 9.0 или более поздней версией.
How to choose colors for design | color wheel app
В художественном мире давно используется такое понятие, как цветовой круг или цветовое колесо – универсальный помощник в подборе наиболее выгодных цветовых сочетаний. С его помощью очень легко определить, какие тона будут создавать наиболее выигрышную композицию. Используя такие схемы, можно без труда комбинировать от 2 до 4 цветов при решении самых разнообразных задач в живописи, фотографии и даже оформлении помещений.
Данное приложение позволяет грамотно и эффективно работать с цветовой палитрой, используя шесть различных схем. Построенные на контрастах или, наоборот, на принципе аналога, они позволяют привнести в любое художественное решение гармонию, правильно выбрать и обыграть доминирующий цвет.
Need help? Присоединяйтесь к нашим Color Wheel Форум чтобы обсудить ваши вопросы, комментарии и многое другое с другими пользователями со всего мира.
Скачать Color Wheel
СКАЧАТЬ ПРИЛОЖЕНИЕ
Color Wheel также доступен для загрузки в следующих странах: Italy | Spain
Понравился Color Wheel — Basic Schemes? Не забывайте делиться с другими.
Источник
Color wheel для андроид
ColorWheel is a library for Android which contains helpful views which can be used to pick an ARGB color.
From version 1.1.13 the library will be hosted on Maven Central Repository because JCenter announced its deprecation in the future. This migration lead to change of the group id which is now com.github.antonpopoff .
The minimal required Android version is 16 (Android 4.1).
In case of any problems make sure that jCenter or Maven Central repositories are specified in your build.gradle file:
For version 1.1.13 and above:
For version 1.1.12 and below:
To set/get a RGB color you can use ColorWheel.rgb property:
You can set a listener via ColorWheel.colorChangeListener property:
Important note: keep in mind that ColorWheel is a two-dimensional implementation of HSV color model. Two-dimensional in that case means that its brightness (value) component of HSV is always set to 1 . Because of that, ColorWheel can’t display every single color supported by HSV.
Therefore if you set a color which can’t be displayed it will be transformed to the closest HSV color which can be displayed by ColorWheel . In order to pick colors which can’t be displayed by ColorWheel you can additionally use GradientSeekBar .
GradientSeekBar view draws a vertical or horizontal bar filled with a linear gradient of two colors. You can use the view to pick an intermediate color in-between.
To pick an intermediate ARGB color you can use GradientSeekBar.argb property:
To set/get start/end colors you can use the following properties and methods:
If you want to change an intermediate color programmatically you can use GradientSeekBar.offset property. Its value lies within the range from 0f to 1f and reflects how close the intermediate color to startColor or endColor properties.
You can set a listener via GradientSeekBar.colorChangeListener property:
It’s impossible to pick all different colors from ColorWheel because it’s only two-dimensional and the brightness (value) component of HSV is always set to 1 .
To compensate that you can use GradientSeekBar and its setBlackToColor(color) extension. This method sets black color as startColor and supplied color as endColor . This gives you a possibility to pick additional shades of a color picked from ColorWheel .
If you want to use GradientSeekBar to pick the alpha value of a color in range from 0 to 255 you can use the following extension:
GradientSeekBar.setTransparentToColor(color: Int, respectAlpha: Boolean = true)
This method takes an ARGB color and sets the transparent version of it as startColor and an opaque version as endColor . respectAlpha parameter determines whether or not the thumb’s position will be adjusted based on the alpha value of the color you supplied.
To get the alpha value of the current color you can use GradientSeekBar.currentColorAlpha extension property.
You can use GradientSeekBar.setAlphaChangeListener extenstion to set a listener that has additional alpha parameter which lies withing the range from 0 to 255 .
You can use the following XML attributes to additionally customize ColorWheel and GradientSeekBar .
XML Attribute | Property | Description |
---|---|---|
tb_thumbRadius | thumbRadius | Sets ColorWheel ‘s thumb radius |
tb_thumbColor | thumbColor | Sets ColorWheel ‘s thumb color |
tb_thumbStrokeColor | thumbStrokeColor | Sets ColorWheel ‘s thumb stroke color |
tb_thumbColorCirlceScale | thumbColorCircleScale | Sets ColorWheel ‘s thumb color circle size which is relative to thumbRadius . This value is in range from 0 to 1 . If it set to 1 it will have the same size as thumbRadius |
For version 1.1.13 and above:
XML Attribute | Property | Description |
---|---|---|
tb_thumbRadius | thumbRadius | Sets GradientSeekBar ‘s thumb radius |
tb_thumbColor | thumbColor | Sets GradientSeekBar ‘s thumb color |
tb_thumbStrokeColor | thumbStrokeColor | Sets GradientSeekBar ‘s thumb stroke color |
tb_thumbColorCirlceScale | thumbColorCircleScale | Sets GradientSeekBar ‘s thumb color circle size which is relative to thumbRadius . This value is in range from 0 to 1 . If it set to 1 it will have the same size as thumbRadius |
gsb_barSize | barSize | Sets width(vertical)/height(horizontal) of GradientSeekBar ‘s gradient bar depending on it’s orientation |
gsb_barCornersRadius | cornerRadius | Sets GradientSeekBar ‘s gradient bar corners radius |
gsb_startColor | startColor | Sets GradientSeekBar ‘s startColor |
gsb_endColor | endColor | Sets GradientSeekBar ‘s endColor |
gsb_offset | offset | Sets GradientSeekBar ‘s offset |
gsb_orientation | orientation | Sets GradientSeekBar ‘s orientation. Possible values: vertical / horizontal |
For version 1.1.12 and below:
Источник
Color wheel для андроид
ColorWheel is a library for Android which contains helpful views which can be used to pick an ARGB color.
From version 1.1.13 the library will be hosted on Maven Central Repository because JCenter announced its deprecation in the future. This migration lead to change of the group id which is now com.github.antonpopoff .
The minimal required Android version is 16 (Android 4.1).
In case of any problems make sure that jCenter or Maven Central repositories are specified in your build.gradle file:
For version 1.1.13 and above:
For version 1.1.12 and below:
To set/get a RGB color you can use ColorWheel.rgb property:
You can set a listener via ColorWheel.colorChangeListener property:
Important note: keep in mind that ColorWheel is a two-dimensional implementation of HSV color model. Two-dimensional in that case means that its brightness (value) component of HSV is always set to 1 . Because of that, ColorWheel can’t display every single color supported by HSV.
Therefore if you set a color which can’t be displayed it will be transformed to the closest HSV color which can be displayed by ColorWheel . In order to pick colors which can’t be displayed by ColorWheel you can additionally use GradientSeekBar .
GradientSeekBar view draws a vertical or horizontal bar filled with a linear gradient of two colors. You can use the view to pick an intermediate color in-between.
To pick an intermediate ARGB color you can use GradientSeekBar.argb property:
To set/get start/end colors you can use the following properties and methods:
If you want to change an intermediate color programmatically you can use GradientSeekBar.offset property. Its value lies within the range from 0f to 1f and reflects how close the intermediate color to startColor or endColor properties.
You can set a listener via GradientSeekBar.colorChangeListener property:
It’s impossible to pick all different colors from ColorWheel because it’s only two-dimensional and the brightness (value) component of HSV is always set to 1 .
To compensate that you can use GradientSeekBar and its setBlackToColor(color) extension. This method sets black color as startColor and supplied color as endColor . This gives you a possibility to pick additional shades of a color picked from ColorWheel .
If you want to use GradientSeekBar to pick the alpha value of a color in range from 0 to 255 you can use the following extension:
GradientSeekBar.setTransparentToColor(color: Int, respectAlpha: Boolean = true)
This method takes an ARGB color and sets the transparent version of it as startColor and an opaque version as endColor . respectAlpha parameter determines whether or not the thumb’s position will be adjusted based on the alpha value of the color you supplied.
To get the alpha value of the current color you can use GradientSeekBar.currentColorAlpha extension property.
You can use GradientSeekBar.setAlphaChangeListener extenstion to set a listener that has additional alpha parameter which lies withing the range from 0 to 255 .
You can use the following XML attributes to additionally customize ColorWheel and GradientSeekBar .
XML Attribute | Property | Description |
---|---|---|
tb_thumbRadius | thumbRadius | Sets ColorWheel ‘s thumb radius |
tb_thumbColor | thumbColor | Sets ColorWheel ‘s thumb color |
tb_thumbStrokeColor | thumbStrokeColor | Sets ColorWheel ‘s thumb stroke color |
tb_thumbColorCirlceScale | thumbColorCircleScale | Sets ColorWheel ‘s thumb color circle size which is relative to thumbRadius . This value is in range from 0 to 1 . If it set to 1 it will have the same size as thumbRadius |
For version 1.1.13 and above:
XML Attribute | Property | Description |
---|---|---|
tb_thumbRadius | thumbRadius | Sets GradientSeekBar ‘s thumb radius |
tb_thumbColor | thumbColor | Sets GradientSeekBar ‘s thumb color |
tb_thumbStrokeColor | thumbStrokeColor | Sets GradientSeekBar ‘s thumb stroke color |
tb_thumbColorCirlceScale | thumbColorCircleScale | Sets GradientSeekBar ‘s thumb color circle size which is relative to thumbRadius . This value is in range from 0 to 1 . If it set to 1 it will have the same size as thumbRadius |
gsb_barSize | barSize | Sets width(vertical)/height(horizontal) of GradientSeekBar ‘s gradient bar depending on it’s orientation |
gsb_barCornersRadius | cornerRadius | Sets GradientSeekBar ‘s gradient bar corners radius |
gsb_startColor | startColor | Sets GradientSeekBar ‘s startColor |
gsb_endColor | endColor | Sets GradientSeekBar ‘s endColor |
gsb_offset | offset | Sets GradientSeekBar ‘s offset |
gsb_orientation | orientation | Sets GradientSeekBar ‘s orientation. Possible values: vertical / horizontal |
For version 1.1.12 and below:
Источник
Скачать программы Подбор цвета APK
Классическое цветовое колесо позволит подобрать гармоничные сочетания.
Описание: Imagerville
Это ваше удобное интерактивное Классическое Цветовое Колесо (базовые цвета: красный, желтый, синий).
Особенности Премиум версии:
• нет рекламы
• коммерческое использование
• фото идеи по подобранной палитре из Flickr
• зум
• копирование в буфер
• возможность делиться сохраненными палитрами с друзьями
• дополнительная схема двойной контраст
• просмотр сохраненных палитр в rgb, hex, hsv
Специально для дизайнеров и веб-мастеров. Всем, кто любит гармонию в цвете.
Если Вы:
— Не можете определиться с цветовой гаммой интерьера?
— Хотите увидеть подобранное цветовое сочетание на реальном фото?
— Сомневаетесь в выборе цветовой гаммы для лоскутного одеяла?
— Не можете определиться какая блузка лучше подойдет к новой юбке?
— Не знаете какие цвета сочетаются?
Тогда эта программа для Вас.
Это приложение поможет вам определить гармоничное, сбалансированное сочетание цветов на основе правил колористики. Доступен большой набор сочетаний: триада, тетрада, контраст, аналогичное и гармоничное сочетания, разбитое дополнение, 6 промежуточных цветов.
Источник