mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Color adjustment fix (#357)
* Rename test to test123 * Delete test123 * fixed color names * Update hyperion.config.json.commented
This commit is contained in:
@@ -45,11 +45,7 @@
|
||||
/// * 'id' : The unique identifier of the channel adjustments (eg 'device_1')
|
||||
/// * 'leds' : The indices (or index ranges) of the leds to which this channel adjustment applies
|
||||
/// (eg '0-5, 9, 11, 12-17'). The indices are zero based.
|
||||
/// * 'black'/'white'/'pureRed'/'pureGreen'/'pureBlue'/'cyan'/'magenta'/'yellow' :
|
||||
/// The manipulation in the Red-Green-Blue color domain with the following parameters for each color:
|
||||
/// - 'redChannel'
|
||||
/// - 'greenChannel'
|
||||
/// - 'blueChannel'
|
||||
/// * 'black'/'white'/'red'/'green'/'blue'/'cyan'/'magenta'/'yellow' : Array of RGB to adjust the output color
|
||||
/// * 'transform_enable' : true/false enables/disables this transform section
|
||||
/// * 'transform_v4l_only' : if enabled and set to true, then transform is only for v4l devices
|
||||
/// * 'transform'
|
||||
|
Reference in New Issue
Block a user