Legytma Schemas

Color Filter Mode Schema

https://legytma.com.br/schema/color_filter_mode.schema.json

Created by Windol [email protected] at 29/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none color_filter_mode.schema.json

Color Filter Mode Type

object (Color Filter Mode)

all of

Color Filter Mode Properties

Property Type Required Nullable Defined by
type string Optional cannot be null Color Filter Mode
color Merged Optional cannot be null Color Filter Mode
blendMode string Optional cannot be null Color Filter Mode

type

Identify the widget type

Used to identify parser. Every parser can permit only one type

type

type Type

string (Type)

type Constraints

constant: the value of this property must be equal to:

"mode"

enum: the value of this property must be equal to one of the following values:

Value Explanation
"linearToSrgbGamma"  
"srgbToLinearGamma"  
"mode"  
"matrix"  

type Examples

"linearToSrgbGamma"
"srgbToLinearGamma"
"mode"
"matrix"

color

A number in format string or integer

Used to identify parser. Every parser can permit only one type

color

color Type

merged type (Color)

all of

color Default Value

The default value is:

"0xFF000000"

color Examples

"#FFFFFFFF"
"0xFFFFFFFF"
"4294967295"
4294967295

blendMode

Created by Windol [email protected] at 29/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.

blendMode

blendMode Type

string (Blend Mode)

blendMode Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"color"  
"clear"  
"colorBurn"  
"colorDodge"  
"darken"  
"difference"  
"dst"  
"dstATop"  
"dstIn"  
"dstOut"  
"dstOver"  
"exclusion"  
"hardLight"  
"hue"  
"lighten"  
"luminosity"  
"modulate"  
"multiply"